1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

test: add diagnostic message to net_registry test.

Michael
(This used to be commit c04a234f8f)
This commit is contained in:
Michael Adam 2008-04-01 15:51:51 +02:00
parent 048dcbb75f
commit 8d7257453c

View File

@ -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