From e5a200f939117910454cb16b0112577b8ad9ea0d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 16 Dec 2003 08:40:23 -0500 Subject: [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. --- bin/runtest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit v0.12