From 33e8dfc4253560a49e0abb6c3cc978d8e071dd22 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 9 Sep 2001 22:52:17 -0500 Subject: [svn-r4432] 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. --- bin/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runtest b/bin/runtest index 5cfffbb..0c94865 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 -- cgit v0.12