[svn-r10821] Purpose:

Feature.  Allow timelimit file to contain comment lines which are lines
beginning with #.
This commit is contained in:
Albert Cheng 2005-05-28 16:26:58 -05:00
parent 4843de7410
commit bad0d32449

View File

@ -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