diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-16 14:04:58 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-16 14:04:58 +0000 |
commit | 8d3501c8e8280a7a0c8d44461531dad7188bf39e (patch) | |
tree | 454ad9f2b136a5f14dfa8b2b0ea5a4e4bf29068a | |
parent | d236bd12988fca4fbd1e0bf40dc9d69fe0c11d73 (diff) | |
download | samba-8d3501c8e8280a7a0c8d44461531dad7188bf39e.tar.gz samba-8d3501c8e8280a7a0c8d44461531dad7188bf39e.tar.bz2 samba-8d3501c8e8280a7a0c8d44461531dad7188bf39e.zip |
Up the debug level for the second run of the test (client side)
(This used to be commit 015924491e2f06ff5a96729c7db7411a29281594)
-rw-r--r-- | testsuite/build_farm/basicsmb-domainsec.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/build_farm/basicsmb-domainsec.test b/testsuite/build_farm/basicsmb-domainsec.test index eb0a5c81aa..848cf69a75 100644 --- a/testsuite/build_farm/basicsmb-domainsec.test +++ b/testsuite/build_farm/basicsmb-domainsec.test @@ -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" |