mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
r19590: Make it less noisy to run the session_key test outside 'make test',
for example against a remote host. Andrew Bartlett
This commit is contained in:
parent
4f79f3b0c4
commit
1c7cb1314b
@ -96,7 +96,7 @@ testit() {
|
||||
TEST_PCAP="$PREFIX/test_${shname}_${UNIQUE_PID}.pcap"
|
||||
trap "rm -f $TEST_LOG $TEST_PCAP" EXIT
|
||||
|
||||
if [ -z "$smbd_log_size" ]; then
|
||||
if [ -n "$SMBD_TEST_LOG" -a -z "$smbd_log_size" ]; then
|
||||
smbd_log_size=`wc -l < $SMBD_TEST_LOG`;
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user