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:
parent
79112d81cb
commit
f7e636d408
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user