diff options
author | Michael Adam <obnox@samba.org> | 2008-04-01 15:51:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-01 16:16:55 +0200 |
commit | 8d7257453cddca5cb4c35f60814953a9c2ebc9be (patch) | |
tree | ca6bf22175710c8ed8546566e03aa5e941db902a | |
parent | 048dcbb75f42d8a0a6896cf70fdf840375d531f4 (diff) | |
download | samba-8d7257453cddca5cb4c35f60814953a9c2ebc9be.tar.gz samba-8d7257453cddca5cb4c35f60814953a9c2ebc9be.tar.bz2 samba-8d7257453cddca5cb4c35f60814953a9c2ebc9be.zip |
test: add diagnostic message to net_registry test.
Michael
(This used to be commit c04a234f8f6fbdf8e54c69414024d84aa71fec45)
-rwxr-xr-x | source3/script/tests/test_net_registry.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh index 7b6faede0b..9ea78cfd81 100755 --- a/source3/script/tests/test_net_registry.sh +++ b/source3/script/tests/test_net_registry.sh @@ -315,6 +315,7 @@ test_setvalue_twice() OUTPUT=`test_setvalue ${KEY} ${VALNAME} ${VALTYPE1} ${VALVALUE1}` if test "x$?" != "x0" ; then + echo "ERROR: first setvalue call failed" printf "%s\n" "$OUTPUT" false return |