summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-08-13 16:32:00 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-08-13 16:32:00 (GMT)
commit8e13b3baf53afbdddd1595388a2ecd00d1af92c6 (patch)
treeb01fa988026a57fba6072a922aa53fa84d5bf6b1 /bin/runtest
parent26f7410fb786b15e6f46578e1094f0143d3e3741 (diff)
downloadhdf5-8e13b3baf53afbdddd1595388a2ecd00d1af92c6.zip
hdf5-8e13b3baf53afbdddd1595388a2ecd00d1af92c6.tar.gz
hdf5-8e13b3baf53afbdddd1595388a2ecd00d1af92c6.tar.bz2
[svn-r4332] 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/runtest')
-rwxr-xr-xbin/runtest3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index 9237786..084cb56 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}