Update blorg test - make it actually fail when public changes
This commit is contained in:
parent
d7ef673644
commit
c536adf6e9
3 changed files with 26 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue