summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-08-31 15:10:53 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-08-31 15:10:53 (GMT)
commitbf4e2659d220b75697da48a86bedd64a4b18e6b3 (patch)
treef38f17dfe654622fc95fa04d838263491afc3f25 /bin
parentc3ce73d15a83d2c9787aee009223f4c460dfdd51 (diff)
downloadhdf5-bf4e2659d220b75697da48a86bedd64a4b18e6b3.zip
hdf5-bf4e2659d220b75697da48a86bedd64a4b18e6b3.tar.gz
hdf5-bf4e2659d220b75697da48a86bedd64a4b18e6b3.tar.bz2
[svn-r4417] Purpose:
Bug fix Description: when a snaptest did not complete, it reported it as a failure of the launching host, rather than the testing host. Changed it to report the testing host.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index 2892457..900bf05 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -618,7 +618,7 @@ if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then
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) ||
- (REPORT_ERR "****FAILED ${HOSTNAME}: snaptest did not complete****" &&
+ (REPORT_ERR "****FAILED ${h}: snaptest did not complete****" &&
PRINT_BLANK)
rm $TMP_OUTPUT
done