diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-07-01 07:29:23 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-07-01 07:29:23 +0000 |
commit | dcdbd530a6c74ecf09a96067c40be5813dd646c8 (patch) | |
tree | 84f51483cca6f6397e804b615937ec664a0cd1b3 /testsuite | |
parent | fd24183ec30688f3699e466bd4d908b24918e328 (diff) | |
download | samba-dcdbd530a6c74ecf09a96067c40be5813dd646c8.tar.gz samba-dcdbd530a6c74ecf09a96067c40be5813dd646c8.tar.xz samba-dcdbd530a6c74ecf09a96067c40be5813dd646c8.zip |
Make smbpasswd use the higher log level for the second run - this should
help us debug failures in smbpasswd.
Andrew Bartlett
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/build_farm/basicsmb.fns | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 31e097bd357..86b5a9ab3dd 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -94,8 +94,8 @@ test_smb_conf_setup() { test_smbpasswd() { test_smbpasswd_password="$1" rm -f $prefix/private/smbpasswd - echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami" - ( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami + echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami -D $loglevel" + ( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami -D $loglevel status=$? if [ $status = 0 ]; then echo "smbpasswd correctly set initial password ($test_smbpasswd_password)" |