[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3360-g25cd227

Michael Adam obnox at samba.org
Mon Jul 21 09:49:35 GMT 2008


The branch, v3-3-test has been updated
       via  25cd227aaecf91dfa3114ae0fd2b47c783434aad (commit)
       via  486b1bc5b5021565ec443fd463c8287c02c686b3 (commit)
      from  87e02bca04cb26d0d237f3ccd17be0ba2dd6d85f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 25cd227aaecf91dfa3114ae0fd2b47c783434aad
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 21 11:23:55 2008 +0200

    testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.
    
    Michael

commit 486b1bc5b5021565ec443fd463c8287c02c686b3
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 21 11:17:36 2008 +0200

    testsuite: fix another expr syntax error. in tests_all.sh.
    
    Michael

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

Summary of changes:
 source/script/tests/tests_all.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/tests/tests_all.sh b/source/script/tests/tests_all.sh
index e44ec8b..2b46da0 100755
--- a/source/script/tests/tests_all.sh
+++ b/source/script/tests/tests_all.sh
@@ -51,7 +51,7 @@ net_s3() {
 testparm_s3() {
 	echo "RUNNING TESTS testparm_s3"
 	$SCRIPTDIR/test_testparm_s3.sh \
-	|| failed=`expr $failed +$?`
+	|| failed=`expr $failed + $?`
 }
 
 posix_s3() {
@@ -73,6 +73,8 @@ posix_s3() {
 	fi
 }
 
+failed=0
+
 if test "x$TESTS" = "x" ; then
 	local_s3
 	smbtorture_s3


-- 
Samba Shared Repository


More information about the samba-cvs mailing list