Update blorg test - make it actually fail when public changes

This commit is contained in:
Niklas Fasching 2020-06-26 22:19:02 +02:00
parent d7ef673644
commit c536adf6e9
3 changed files with 26 additions and 1 deletions

View file

@ -5,3 +5,5 @@ for org_file in org/testdata/*.org; do
./go-org render $org_file html > org/testdata/$(basename $org_file .org).html
./go-org render $org_file org > org/testdata/$(basename $org_file .org).pretty_org
done
find blorg/testdata/public -type f | sort -u | xargs cat | md5sum > blorg/testdata/public.md5