]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:test: Print the output to understand what was going wrong
authorAndreas Schneider <asn@samba.org>
Tue, 26 Jul 2022 18:54:44 +0000 (20:54 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 28 Jul 2022 11:51:29 +0000 (11:51 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/script/tests/test_smbpasswd.sh

index 19e5b0622877e5d1af2408da1e45427c07554edc..b4d4f405e45827745ee3014759d902d3250f5c01 100755 (executable)
@@ -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