From 1c33a0b2e57eb208d72b0af0a446ac05158ed191 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 19:36:19 +0000 Subject: [PATCH] Added needed empty line at the end of the testsuite. Added comments. --- tests/run_all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/run_all b/tests/run_all index b4a25acd..1a0b8e8d 100755 --- a/tests/run_all +++ b/tests/run_all @@ -27,6 +27,7 @@ run_test() echo "+: test passed" echo "-: test failed" +# Empty the complete log. > testsuite.log run_test ./su/01/run run_test ./su/02/run @@ -58,6 +59,7 @@ run_test ./cptools/01/run4 run_test ./cktools/01/run1 run_test ./cktools/01/run2 +echo echo "$succeded test(s) passed" echo "$failed test(s) failed" echo "log written in 'testsuite.log'" @@ -66,3 +68,4 @@ then echo "the following tests failed:" echo $failed_tests fi +