1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Up the debug level for the second run of the test (client side)

This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 0048a81abe
commit 015924491e

View File

@ -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"