summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-05-28 21:26:58 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-05-28 21:26:58 (GMT)
commitbad0d32449b927e4fb536650c640b9f6930b98be (patch)
treed21e9f321cc262e297bf737e4d0f07ace3604929 /bin/runtest
parent4843de74101594824604347fdfe14f69d3c84f3a (diff)
downloadhdf5-bad0d32449b927e4fb536650c640b9f6930b98be.zip
hdf5-bad0d32449b927e4fb536650c640b9f6930b98be.tar.gz
hdf5-bad0d32449b927e4fb536650c640b9f6930b98be.tar.bz2
[svn-r10821] Purpose:
Feature. Allow timelimit file to contain comment lines which are lines beginning with #.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
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