[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-185-g5da211b

Stefan Metzmacher metze at samba.org
Wed Jan 28 11:07:03 GMT 2009


The branch, master has been updated
       via  5da211b658164a6a585e9e77b7017a62ba16cf51 (commit)
      from  57a290e9421d4ff7c55188542219b67e881841da (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5da211b658164a6a585e9e77b7017a62ba16cf51
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jan 28 12:03:59 2009 +0100

    s3:selftest: fix warnings with empty *_TEST_LOG variables
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source3/script/tests/test_functions.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/test_functions.sh b/source3/script/tests/test_functions.sh
index 407d46a..79642e0 100644
--- a/source3/script/tests/test_functions.sh
+++ b/source3/script/tests/test_functions.sh
@@ -197,13 +197,13 @@ testit() {
 	TEST_PCAP="$PREFIX/test_${shname}_${UNIQUE_PID}.pcap"
 	trap "rm -f $TEST_LOG $TEST_PCAP" EXIT
 
-	if [ -z "$nmbd_log_size" ]; then
+	samba3_nmbd_test_log && if [ -z "$nmbd_log_size" ]; then
 		nmbd_log_size=`wc -l < $NMBD_TEST_LOG`;
 	fi
-	if [ -z "$winbindd_log_size" ]; then
+	samba3_winbindd_test_log && if [ -z "$winbindd_log_size" ]; then
 		winbindd_log_size=`wc -l < $WINBINDD_TEST_LOG`;
 	fi
-	if [ -z "$smbd_log_size" ]; then
+	samba3_smbd_test_log && if [ -z "$smbd_log_size" ]; then
 		smbd_log_size=`wc -l < $SMBD_TEST_LOG`;
 	fi
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list