[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1328-g50f65c3

Michael Adam obnox at samba.org
Sun Jan 13 22:55:29 GMT 2008


The branch, v3-2-test has been updated
       via  50f65c3c5500da8d657d5fc340e666ee8cfe148e (commit)
      from  b3afc8391d40745328172ba012f0ffc166d75aa9 (commit)

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


- Log -----------------------------------------------------------------
commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e
Author: Michael Adam <obnox at samba.org>
Date:   Sun Jan 13 23:54:48 2008 +0100

    Fix a syntax error in script/tests/test_local_s3.sh .
    
    This will reveal the currently breaking tdbtorture to the build farm...
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/script/tests/test_local_s3.sh b/source/script/tests/test_local_s3.sh
index 6117106..fd8f98c 100755
--- a/source/script/tests/test_local_s3.sh
+++ b/source/script/tests/test_local_s3.sh
@@ -21,6 +21,6 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \
     failed=`expr $failed + 1`
 
 testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
-    failed=`expr $failed +1`
+    failed=`expr $failed + 1`
 
 testok $0 $failed


-- 
Samba Shared Repository


More information about the samba-cvs mailing list