1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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 commit is contained in:
Andrew Tridgell 2005-06-13 00:06:40 +00:00 committed by Gerald (Jerry) Carter
parent 79112d81cb
commit f7e636d408

View 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