summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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}