1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/selftest
Andrew Tridgell 1b09e36f0b fixed make test reporting success when provision fails
We were getting build test 'pass' on the build farm when the provision
is failing. The cause was the use of filter pipelines in the selftest
code in the makefile. A bourne shell will by default report the error
status of the last element of the pipeline, which means when provision
failed, make thought everything had passed.

We could use the bash 'pipefail' option to fix this, but it isn't
portable, so instead I've modified the makefile to touch st/st_done
when the first element in the pipeline completes successfully. That
means we now get errors in make test, at the expense of making the
makefile even more horrible than it was.
2009-08-17 22:46:47 +10:00
..
win Convert some more files to GPLv3. 2008-03-28 01:08:49 -05:00
config.mk fixed make test reporting success when provision fails 2009-08-17 22:46:47 +10:00
knownfail s4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER to knownfail for now. 2009-07-15 01:22:32 +02:00
quick Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest 2008-10-11 03:12:21 +02:00
skip skip the autoidl test 2009-08-17 13:29:34 +10:00
slow Move selftest code to top-level. 2008-09-18 19:51:03 +02:00
test_w2k3_file.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
test_w2k3.sh keep obsolete file in samba4 source directory. 2008-09-18 19:53:05 +02:00
test_win.sh Rename smbd -> samba. 2008-09-24 03:16:15 +02:00
tests_win2k3_dc.sh
tests_win.sh
tests.sh s4:torture Add test for the NTP signd server 2009-08-11 18:22:12 +10:00