svn commit: samba r18576 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Sat Sep 16 04:54:16 GMT 2006


Author: tridge
Date: 2006-09-16 04:54:15 +0000 (Sat, 16 Sep 2006)
New Revision: 18576

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18576

Log:

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 :(

Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-09-15 23:00:32 UTC (rev 18575)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-09-16 04:54:15 UTC (rev 18576)
@@ -113,7 +113,7 @@
 export totalfailed
 
  . script/tests/tests_$TESTS.sh
- exit $failed
+ exit $totalfailed
 ) 9>$SMBD_TEST_FIFO
 failed=$?
 



More information about the samba-cvs mailing list