r22 - regression_tests/bin
erik at minisip.org
erik at minisip.org
Tue Oct 17 12:06:16 CEST 2006
Author: erik
Date: 2006-10-17 12:06:15 +0200 (Tue, 17 Oct 2006)
New Revision: 22
Modified:
regression_tests/bin/regression_test.sh
Log:
* Improved formating of output that is put into autobuild email message.
Modified: regression_tests/bin/regression_test.sh
===================================================================
--- regression_tests/bin/regression_test.sh 2006-10-16 15:42:24 UTC (rev 21)
+++ regression_tests/bin/regression_test.sh 2006-10-17 10:06:15 UTC (rev 22)
@@ -12,8 +12,11 @@
export LD_FLAGS="-L${PREFIX}/lib"
export CPP_FLAGS="-I${PREFIX}/include"
+
+echo "" > $BASE/report.summary
echo "Regression test:" > $BASE/report.summary
-echo "(regression test failed)" $BASE/report.subject
+echo "(regression test failed)" > $BASE/report.subject
+rm -f $BASE/report.details
touch $BASE/report.details
svn co -r $REV svn://svn.minisip.org/minisip/trunk || { echo "ERROR Could not download source" >> $BASE/report.summary && exit 1 ; }
@@ -29,11 +32,13 @@
done
+echo "" > $BASE/report.details
+echo "Regression test details:" > $BASE/report.details
+
cd $BASE/tests
N_FAIL=0
-rm -f $BASE/report.summary $BASE/report.details
for t in `ls -d */` ; do
echo Buiding test $t
More information about the Minisip-devel
mailing list