Pass complete concatenated text in end callback.
[gedcom-parse.git] / t / src / test_bulk.sh
index c4f29e6464c7dfab459f765c9515ec6fdc94c808..47120413f9c15792bd548fd3cabf0c30752774f1 100644 (file)
@@ -32,6 +32,18 @@ else
     then
       echo "Output agrees with reference output" >> $logfile
       rm $outfile
+      if [ "$gedcom_out" ]
+      then
+        if diff $gedfile $gedreffile >/dev/null 2>>$logfile
+       then
+         echo "Gedcom output agrees with reference output" >> $logfile
+         rm $gedfile
+         exit 0
+       else
+         echo "Differences with reference gedcom output detected!" >> $logfile
+         exit 1
+       fi
+      fi
       exit 0
     else
       echo "Differences with reference output detected!" >> $logfile