r7513: don't try to write to the smbd log file between tests. zeroing a file
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Jun 2005 00:06:40 +0000 (00:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:02 +0000 (13:18 -0500)
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.

source/script/tests/test_functions.sh

index 1ed575f926c07dd85cb9a84973dac35f4893b260..771e0246786f435defbbeee072597465ab7730bf 100644 (file)
@@ -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