generate-fixtures: Fix hashing of rendered blorg testadata
This commit is contained in:
parent
8e11cc3db0
commit
2c87232bd4
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ for org_file in org/testdata/*.org; do
|
|||
./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
|
||||
(cd blorg && find testdata/public -type f | sort -u | xargs md5sum > testdata/public.md5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue