[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-420-g20a1cb1

Stefan Metzmacher metze at samba.org
Tue Feb 3 14:06:19 GMT 2009


The branch, master has been updated
       via  20a1cb15699c781651593c68685ece91c03e6a18 (commit)
      from  fda8abac17892e51c2d5fcdc1f405477bef320ed (commit)

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


- Log -----------------------------------------------------------------
commit 20a1cb15699c781651593c68685ece91c03e6a18
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Feb 3 15:02:14 2009 +0100

    s3:test: try to find why creating BUILTIN\Administrators doesn't work in the build-farm
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index c02e0ee..af01d0f 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -346,9 +346,11 @@ START=`date`
  MAKE_TEST_BINARY=""
 
  MAKE_TEST_BINARY="bin/net"
- printf "%s" "creating BUILTIN\\Administrators..."
- bin/net -s $SERVERCONFFILE sam createbuiltingroup \
-   Administrators > /dev/null 2>&1 ||  exit 1
+ printf "%s\n" "creating BUILTIN\\Administrators..."
+ bin/net -s $SERVERCONFFILE sam createbuiltingroup Administrators || {
+   echo "FAILED: $?"
+   exit 1
+ }
  echo "DONE"
  MAKE_TEST_BINARY=""
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list