mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
Up the debug level for the second run of the test (client side)
(This used to be commit 015924491e2f06ff5a96729c7db7411a29281594)
This commit is contained in:
parent
d236bd1298
commit
8d3501c8e8
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user