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 | c04a234f8f6fbdf8e54c69414024d84aa71fec45 (patch) | |
tree | 586c4d1b4f6f7bc324a3dbd66bf8193a43bfb9cc /source/script | |
parent | 8f0c25f01f11857d24556346dc2758549919eba3 (diff) | |
download | samba-c04a234f8f6fbdf8e54c69414024d84aa71fec45.tar.gz samba-c04a234f8f6fbdf8e54c69414024d84aa71fec45.tar.xz samba-c04a234f8f6fbdf8e54c69414024d84aa71fec45.zip |
test: add diagnostic message to net_registry test.
Michael
Diffstat (limited to 'source/script')
-rwxr-xr-x | source/script/tests/test_net_registry.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/script/tests/test_net_registry.sh b/source/script/tests/test_net_registry.sh index 7b6faede0bd..9ea78cfd81a 100755 --- a/source/script/tests/test_net_registry.sh +++ b/source/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 |