1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

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)
This commit is contained in:
Andrew Tridgell 2006-09-16 04:54:15 +00:00 committed by Gerald (Jerry) Carter
parent ba4115ece7
commit 158764412e

View File

@ -113,7 +113,7 @@ totalfailed=0
export totalfailed
. script/tests/tests_$TESTS.sh
exit $failed
exit $totalfailed
) 9>$SMBD_TEST_FIFO
failed=$?