mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r10819] Purpose:
Use timelimit file to specify the time limit for timekeeper.
This commit is contained in:
parent
e7bcc265eb
commit
4843de7410
@ -647,6 +647,7 @@ DIFFLOG=${LOGDIR}/DIFF_LOG_${TODAY}
|
||||
# Snap Test hosts and Configuration files
|
||||
ALLHOSTSFILE=${SNAPYARD}/allhostfile
|
||||
SNAPTESTCFG=${SNAPYARD}/snaptest.cfg
|
||||
TIMELIMIT=${SNAPYARD}/timelimit
|
||||
TMPFILE="${LOGDIR}/#runtest.${TODAY}.$$"
|
||||
|
||||
# more processing of setup option if requested
|
||||
@ -783,6 +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`
|
||||
($SNAPYARD/current/bin/timekeeper $timelimit > $TIMEKEEPERLOG 2>&1 &)
|
||||
PRINT " Fork off timekeeper $timelimit"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user