From 158764412e81447ae57a476bc45183d5e8231ec5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 16 Sep 2006 04:54:15 +0000 Subject: r18576: unfortunately our current build farm results are a bit too good! when I changed the test output to be easier to read, I also broke it so that it always gives a zero exit status. Fix now, and unfortunately I expect to see some more red in the farm as a result :( (This used to be commit c2fc3471023b613571089cb018638a40091d08ab) --- source4/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 021b713a02..673c001c78 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -113,7 +113,7 @@ totalfailed=0 export totalfailed . script/tests/tests_$TESTS.sh - exit $failed + exit $totalfailed ) 9>$SMBD_TEST_FIFO failed=$? -- cgit