summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-01 15:51:51 +0200
committerMichael Adam <obnox@samba.org>2008-04-01 16:16:55 +0200
commitc04a234f8f6fbdf8e54c69414024d84aa71fec45 (patch)
tree586c4d1b4f6f7bc324a3dbd66bf8193a43bfb9cc /source/script
parent8f0c25f01f11857d24556346dc2758549919eba3 (diff)
downloadsamba-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-xsource/script/tests/test_net_registry.sh1
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