Added an error message.
[gedcom-parse.git] / t / src / test_gom
index 5c20bba336392ebd385a736d6ba71e08198d6f35..33b680f2eb079d403d0280d83e196240b899088c 100755 (executable)
@@ -71,6 +71,7 @@ rm gconv-modules
 echo "Result is $result (expected: $expected_result)" >> $logfile
 if [ "$result" -ne "$expected_result" ]
 then
+  echo "Not the expected return value!" >> $logfile
   exit 1
 else
   if [ -r core ]