summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-12-16 13:40:23 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-12-16 13:40:23 (GMT)
commite5a200f939117910454cb16b0112577b8ad9ea0d (patch)
tree656d1aec3f74c1b93524c0ed8aa603ab7d0a5b27 /bin
parent33768706c75c534dab3b656734f7d9619f84b8cf (diff)
downloadhdf5-e5a200f939117910454cb16b0112577b8ad9ea0d.zip
hdf5-e5a200f939117910454cb16b0112577b8ad9ea0d.tar.gz
hdf5-e5a200f939117910454cb16b0112577b8ad9ea0d.tar.bz2
[svn-r7961] Purpose:
feature Description: Folded in the printing of skipped tests to the skippedlog file. Platforms tested: h5committest does not test it. This has been tested successfully by the daily tests.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index be959f0..b0b27f5 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -113,7 +113,7 @@ REPORT_RESULT()
{
if [ $retcode -eq 0 ]; then
if [ $skiptest = yes ]; then
- PRINT "SKIPPED ${HOSTNAME}: $TEST_TYPE" | tee -a $PASSEDLOG
+ PRINT "SKIPPED ${HOSTNAME}: $TEST_TYPE" | tee -a $SKIPPEDLOG
else
PRINT "PASSED ${HOSTNAME}: $TEST_TYPE" | tee -a $PASSEDLOG
fi
@@ -604,6 +604,7 @@ LOGDIR=${SNAPYARD}/log
LOGBASENAME=${LOGDIR}/${HOSTNAME}
PASSEDLOG=${LOGDIR}/PASSED_LOG_${TODAY}
FAILEDLOG=${LOGDIR}/FAILED_LOG_${TODAY}
+SKIPPEDLOG=${LOGDIR}/SKIPPED_LOG_${TODAY}
TIMELOG=${LOGDIR}/TIME_LOG_${TODAY}
CVSLOG=${LOGDIR}/CVS_LOG_${TODAY}
CVSLOG_LOCK=${LOGDIR}/CVS_LOG_LOCK_${TODAY}