diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-13 00:06:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:02 -0500 |
commit | 2be36bb85d0278a1f27f7202ed2c0e88a5f85a31 (patch) | |
tree | e5dded11e6c3f4a5b997b70f45b1a1e387688f6a | |
parent | 76d3439c4b23d58e0ee57f8f3394c28ed343f5bc (diff) | |
download | samba-2be36bb85d0278a1f27f7202ed2c0e88a5f85a31.tar.gz samba-2be36bb85d0278a1f27f7202ed2c0e88a5f85a31.tar.bz2 samba-2be36bb85d0278a1f27f7202ed2c0e88a5f85a31.zip |
r7513: don't try to write to the smbd log file between tests. zeroing a file
while it is open for writing by another process causes the file to end
up with lots of nulls in it, which messes up the build farm output.
(This used to be commit f7e636d4086b83180e76902fee739972cd6a7b26)
-rw-r--r-- | source4/script/tests/test_functions.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index 1ed575f926..771e024678 100644 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -96,8 +96,6 @@ testit() { return 1 fi - smbd_have_test_log && echo "" >$SMBD_TEST_LOG - ( $cmdline > $TEST_LOG 2>&1 ) status=$? if [ x"$status" != x"0" ]; then |