diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-16 04:54:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:49 -0500 |
commit | 158764412e81447ae57a476bc45183d5e8231ec5 (patch) | |
tree | e3e7757803e5b796a42dcc973e9f7580342a16a6 /source4 | |
parent | ba4115ece789c898163aee5d6bb00bcbc726b6bc (diff) | |
download | samba-158764412e81447ae57a476bc45183d5e8231ec5.tar.gz samba-158764412e81447ae57a476bc45183d5e8231ec5.tar.bz2 samba-158764412e81447ae57a476bc45183d5e8231ec5.zip |
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)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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=$? |