From cb14bb5a1c7dbba75c86db9293a8175bfc9bf9c8 Mon Sep 17 00:00:00 2001 From: HDF Tester Date: Sat, 8 Mar 2008 20:22:23 -0500 Subject: [svn-r14713] Increase lines at end of output checked to determine completion from 2 to 5. --- bin/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12