matts 2003/09/08 00:13:58
Modified: . smoke.sh Log: Logs are in logs dir Also output tv.log Revision Changes Path 1.3 +4 -1 xml-axkit/smoke.sh Index: smoke.sh =================================================================== RCS file: /home/cvs/xml-axkit/smoke.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- smoke.sh 31 Aug 2003 21:08:40 -0000 1.2 +++ smoke.sh 8 Sep 2003 07:13:58 -0000 1.3 @@ -9,7 +9,8 @@ RESULTS=`find t -name \*.t | xargs tv -q` if [ $? != 0 ]; then SUCCESS="Failure" - ERROR=`cat t/log/error_log` + ERROR=`cat t/logs/error_log` + TESTLOG=`cat tv.log` else SUCCESS="Success" fi @@ -24,6 +25,8 @@ This is the automated build report from the AxKit smoke tester $RESULTS + +$TESTLOG $ERROR EOT