mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
1b09e36f0b
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. |
||
---|---|---|
.. | ||
win | ||
config.mk | ||
knownfail | ||
quick | ||
skip | ||
slow | ||
test_w2k3_file.sh | ||
test_w2k3.sh | ||
test_win.sh | ||
tests_win2k3_dc.sh | ||
tests_win.sh | ||
tests.sh |