mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r10821] Purpose:
Feature. Allow timelimit file to contain comment lines which are lines beginning with #.
This commit is contained in:
parent
4843de7410
commit
bad0d32449
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user