summaryrefslogtreecommitdiff
path: root/source3/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
commit8d7257453cddca5cb4c35f60814953a9c2ebc9be (patch)
treeca6bf22175710c8ed8546566e03aa5e941db902a /source3/script
parent048dcbb75f42d8a0a6896cf70fdf840375d531f4 (diff)
downloadsamba-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)
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_net_registry.sh1
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