summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-09-10 03:52:10 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-09-10 03:52:10 (GMT)
commitdbd148cb9466f2aacf93e26b47d80670dabdbd49 (patch)
treeb8e0ae1715db521ea35a4f3da0353efad751cd2b /bin
parent1fc0f979f50a0595cc2c76e81e0dca4e4cb4a5b8 (diff)
downloadhdf5-dbd148cb9466f2aacf93e26b47d80670dabdbd49.zip
hdf5-dbd148cb9466f2aacf93e26b47d80670dabdbd49.tar.gz
hdf5-dbd148cb9466f2aacf93e26b47d80670dabdbd49.tar.bz2
[svn-r4431] Purpose:
Bug fix. Description: Did not update the expected strings for result of grand total test time. Causing a false report of test failed to complete. Solution: Update the strings. Platforms tested: Eirene and modi4.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index bb2149d..828b5e5 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -644,7 +644,7 @@ if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then
TMP_OUTPUT="#$h.out"
cat $TMP_OUTPUT
# Verify test script did complete by checking the last lines
- (tail -2 $TMP_OUTPUT | grep -s '^Total time' > /dev/null 2>&1) ||
+ (tail -2 $TMP_OUTPUT | grep -s '^Grand total' > /dev/null 2>&1) ||
(REPORT_ERR "****FAILED ${h}: snaptest did not complete****" &&
PRINT_BLANK)
rm $TMP_OUTPUT