[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1098-gc84f223

Jeremy Allison jra at samba.org
Sat Jan 5 03:25:05 GMT 2008


The branch, v3-2-test has been updated
       via  c84f2234fe0068a69fefa3c3ec219d4a95479b0c (commit)
      from  0356f0efc4a18230ce7a9c0a17dc98c4242ad38d (commit)

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


- Log -----------------------------------------------------------------
commit c84f2234fe0068a69fefa3c3ec219d4a95479b0c
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Jan 4 19:12:29 2008 -0800

    Try and fix scripting errors.
    Jeremy

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

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


Changeset truncated at 500 lines:

diff --git a/source/script/tests/tests_all.sh b/source/script/tests/tests_all.sh
index c9fd748..e9a88ce 100755
--- a/source/script/tests/tests_all.sh
+++ b/source/script/tests/tests_all.sh
@@ -1,11 +1,11 @@
 
 $SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?`
 $SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
-echo testing encrypted
-$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" -e || failed=`expr $failed + $?`
+echo "Desting encrypted"
+$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" "-e" || failed=`expr $failed + $?`
 $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
-echo testing encrypted
-$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP -e || failed=`expr $failed + $?`
+echo "Testing encrypted"
+$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP "-e" || failed=`expr $failed + $?`
 $SCRIPTDIR/test_wbinfo_s3.sh $WORKGROUP $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
 
 LD_LIBRARY_PATH="$SAMBA4SHAREDDIR:$LD_LIBRARY_PATH"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list