diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2008-03-09 01:22:23 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2008-03-09 01:22:23 (GMT) |
commit | cb14bb5a1c7dbba75c86db9293a8175bfc9bf9c8 (patch) | |
tree | 639b3ad84e6009f6100f3340a1133080cdb48473 | |
parent | b1ebb1b3b1a5bf2b4e7f0b19499dc3a41c12d1e0 (diff) | |
download | hdf5-cb14bb5a1c7dbba75c86db9293a8175bfc9bf9c8.zip hdf5-cb14bb5a1c7dbba75c86db9293a8175bfc9bf9c8.tar.gz hdf5-cb14bb5a1c7dbba75c86db9293a8175bfc9bf9c8.tar.bz2 |
[svn-r14713] Increase lines at end of output checked to determine completion from 2 to 5.
-rwxr-xr-x | bin/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest index fb6c530..4356db3 100755 --- a/bin/runtest +++ b/bin/runtest @@ -927,7 +927,7 @@ if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then TMP_OUTPUT="#${h}_${CONFIGNAME}.out" cat $TMP_OUTPUT # Verify test script did complete by checking the last lines - (tail -2 $TMP_OUTPUT | grep -s 'Grand total' > /dev/null 2>&1) || + (tail -5 $TMP_OUTPUT | grep -s 'Grand total' > /dev/null 2>&1) || (REPORT_ERR "****FAILED ${h}: snaptest did not complete****" && PRINT_BLANK) rm -f $TMP_OUTPUT PID.${h}_${CONFIGNAME} |