summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-08-13 16:31:57 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-08-13 16:31:57 (GMT)
commit03f31f2cfd13fe04a73b74992eb9fe91fd6630ec (patch)
tree9bda3b811cacd47f8c0df7309db9ca0ab153cfc2 /bin
parentc76f6074b5d1587a5d7d493ae7cf6afea2d96216 (diff)
downloadhdf5-03f31f2cfd13fe04a73b74992eb9fe91fd6630ec.zip
hdf5-03f31f2cfd13fe04a73b74992eb9fe91fd6630ec.tar.gz
hdf5-03f31f2cfd13fe04a73b74992eb9fe91fd6630ec.tar.bz2
[svn-r4331] Purpose:
New feature Description: Added a positive report of test completed by reporting them to SUCCEED_LOG_<date>. Platforms tested: eirene, dangermouse.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index ca62f01..1346fbe 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -125,7 +125,7 @@ REPORT_ERR()
REPORT_RESULT()
{
if [ $retcode -eq 0 ]; then
- echo "$TEST_TYPE tests succeeded in $HOSTNAME"
+ echo "$TEST_TYPE tests succeeded in $HOSTNAME" | tee -a $SUCCEEDLOG
else
# test failed.
REPORT_ERR "****$TEST_TYPE tests FAILED in $HOSTNAME****"
@@ -483,6 +483,7 @@ done
SNAPYARD=`cd $HOME/snapshots-hdf5${H5VERSTR} && /bin/pwd`
# Log file basename
LOGBASENAME=${SNAPYARD}/log/${HOSTNAME}
+SUCCEEDLOG=${SNAPYARD}/log/SUCCEED_LOG_${TODAY}
FAILEDLOG=${SNAPYARD}/log/FAILED_LOG_${TODAY}
CVSLOG=${SNAPYARD}/log/CVS_LOG_${TODAY}
CVSLOG_LOCK=${SNAPYARD}/log/CVS_LOG_LOCK_${TODAY}