summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-16 04:54:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:49 -0500
commit158764412e81447ae57a476bc45183d5e8231ec5 (patch)
treee3e7757803e5b796a42dcc973e9f7580342a16a6
parentba4115ece789c898163aee5d6bb00bcbc726b6bc (diff)
downloadsamba-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)
-rwxr-xr-xsource4/script/tests/selftest.sh2
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=$?