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
commit015924491e2f06ff5a96729c7db7411a29281594 (patch)
treeeebc766e0eb8207d8330ba43a0102c86a44ab1ca /testsuite
parent0048a81abe99e43655d4482df27903dba774213b (diff)
downloadsamba-015924491e2f06ff5a96729c7db7411a29281594.tar.gz
Up the debug level for the second run of the test (client side)
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"