1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

test: add diagnostic message to net_registry test.

Michael
This commit is contained in:
Michael Adam 2008-04-01 15:51:51 +02:00
parent 8f0c25f01f
commit c04a234f8f

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