From: Andreas Schneider Date: Tue, 26 Jul 2022 18:54:44 +0000 (+0200) Subject: s3:test: Print the output to understand what was going wrong X-Git-Tag: samba-4.17.0rc1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f39cda78cb83f3e5c98a568f6080cb4292f6be4d;p=thirdparty%2Fsamba.git s3:test: Print the output to understand what was going wrong Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/source3/script/tests/test_smbpasswd.sh b/source3/script/tests/test_smbpasswd.sh index 19e5b062287..b4d4f405e45 100755 --- a/source3/script/tests/test_smbpasswd.sh +++ b/source3/script/tests/test_smbpasswd.sh @@ -104,6 +104,7 @@ EOF rm -f $tmpfile if [ $ret -ne 0 ]; then echo "Failed to change user password $user" + echo "${out}" return 1 fi