From 8d3501c8e8280a7a0c8d44461531dad7188bf39e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 16 Apr 2003 14:04:58 +0000 Subject: [PATCH] Up the debug level for the second run of the test (client side) (This used to be commit 015924491e2f06ff5a96729c7db7411a29281594) --- testsuite/build_farm/basicsmb-domainsec.test | 4 ++-- 1 file 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" -- 2.34.1