summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-03 01:46:44 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-03 01:46:44 +0000
commit68539bce5a6f149f9584cfb7e807442e9c1291ad (patch)
tree79bca9e937ad0eb2feb5d037da8e29df81a4e8c4 /share
parent523538f5213517f2041ad6c37dbf36680359252c (diff)
s/timeout/possible timeout/ the test could simply fail.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.regress.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.regress.mk b/share/mk/bsd.regress.mk
index d7f21e04d88..792da00e162 100644
--- a/share/mk/bsd.regress.mk
+++ b/share/mk/bsd.regress.mk
@@ -54,7 +54,7 @@ regress:
@if cd ${.CURDIR} && (ulimit -t ${REGRESSMAXTIME} ; ${MAKE} ${RT}); then \
echo -n "SUCCESS " >> ${REGRESSLOG} ; \
else \
- echo -n "FAIL (timeout) " >> ${REGRESSLOG} ; \
+ echo -n "FAIL (possible timeout) " >> ${REGRESSLOG} ; \
echo FAILED ; \
fi
. endif