From bad0d32449b927e4fb536650c640b9f6930b98be Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 28 May 2005 16:26:58 -0500 Subject: [svn-r10821] Purpose: Feature. Allow timelimit file to contain comment lines which are lines beginning with #. --- bin/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runtest b/bin/runtest index 7caf6f9..96a4f04 100755 --- a/bin/runtest +++ b/bin/runtest @@ -784,7 +784,7 @@ if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then cd ${SNAPYARD}/log # Fork off timekeeper if concurrent tests will be used. if [ -n "$SRCDIR" ]; then - timelimit=`cat $TIMELIMIT` + timelimit=`grep -v '^#' $TIMELIMIT` ($SNAPYARD/current/bin/timekeeper $timelimit > $TIMEKEEPERLOG 2>&1 &) PRINT " Fork off timekeeper $timelimit" fi -- cgit v0.12