From 95cb68039382687ec9f19f855d27b0918750fb87 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jul 2003 07:29:23 +0000 Subject: Make smbpasswd use the higher log level for the second run - this should help us debug failures in smbpasswd. Andrew Bartlett (This used to be commit dcdbd530a6c74ecf09a96067c40be5813dd646c8) --- testsuite/build_farm/basicsmb.fns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 31e097bd35..86b5a9ab3d 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)" -- cgit