1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +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 used to be commit 1c7cb1314bb2309b9a3ee36e63401c894a60bfd1)
This commit is contained in:
Andrew Bartlett 2006-11-06 23:19:00 +00:00 committed by Gerald (Jerry) Carter
parent d1fd7fb79a
commit ac43520c5a

View File

@ -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