summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-16 14:04:58 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-16 14:04:58 +0000
commit8d3501c8e8280a7a0c8d44461531dad7188bf39e (patch)
tree454ad9f2b136a5f14dfa8b2b0ea5a4e4bf29068a /testsuite
parentd236bd12988fca4fbd1e0bf40dc9d69fe0c11d73 (diff)
downloadsamba-8d3501c8e8280a7a0c8d44461531dad7188bf39e.tar.gz
Up the debug level for the second run of the test (client side)
(This used to be commit 015924491e2f06ff5a96729c7db7411a29281594)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb-domainsec.test4
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"