X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Ftest_bulk.sh;h=47120413f9c15792bd548fd3cabf0c30752774f1;hb=505301d49e81bcd0e1827026cd4672b8722ac349;hp=c4f29e6464c7dfab459f765c9515ec6fdc94c808;hpb=05f0c0416fcaa3ef33a108c1d6660773ccb1d350;p=gedcom-parse.git diff --git a/t/src/test_bulk.sh b/t/src/test_bulk.sh index c4f29e6..4712041 100644 --- a/t/src/test_bulk.sh +++ b/t/src/test_bulk.sh @@ -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