Up the debug level for the second run of the test (client side)
authorAndrew Bartlett <abartlet@samba.org>
Wed, 16 Apr 2003 14:04:58 +0000 (14:04 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Apr 2003 14:04:58 +0000 (14:04 +0000)
(This used to be commit 015924491e2f06ff5a96729c7db7411a29281594)

testsuite/build_farm/basicsmb-domainsec.test

index eb0a5c81aa1a180147e0fe012b0d146e731cb1f7..848cf69a7559869080f9e58cdcb5d020cdc0ba9b 100644 (file)
@@ -4,8 +4,8 @@
 test_joindomain() {
        test_join_domain_password="$1"
 
-       echo "$prefix/bin/net rpc join -S localhost  -U $whoami%$test_join_domain_password"
-       $prefix/bin/net rpc join -S localhost  -U $whoami%$test_join_domain_password
+       echo "$prefix/bin/net rpc join -S localhost  -U $whoami%$test_join_domain_password -d$loglevel"
+       $prefix/bin/net rpc join -S localhost  -U $whoami%$test_join_domain_password -d$loglevel
        status=$?
        if [ $status = 0 ]; then
            echo "'net rpc join' correctly joined the domain"