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 | 015924491e2f06ff5a96729c7db7411a29281594 (patch) | |
tree | eebc766e0eb8207d8330ba43a0102c86a44ab1ca /testsuite/build_farm | |
parent | 0048a81abe99e43655d4482df27903dba774213b (diff) | |
download | samba-015924491e2f06ff5a96729c7db7411a29281594.tar.gz samba-015924491e2f06ff5a96729c7db7411a29281594.tar.xz samba-015924491e2f06ff5a96729c7db7411a29281594.zip |
Up the debug level for the second run of the test (client side)
Diffstat (limited to 'testsuite/build_farm')
-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 eb0a5c81aa1..848cf69a755 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" |