From 2be36bb85d0278a1f27f7202ed2c0e88a5f85a31 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 13 Jun 2005 00:06:40 +0000 Subject: 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) --- source4/script/tests/test_functions.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/script/tests/test_functions.sh') 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 -- cgit