Skip to content

Commit

Permalink
fix json name
Browse files Browse the repository at this point in the history
  • Loading branch information
rue-a committed Jan 15, 2024
1 parent 90c38ca commit 345cc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test-api:
test-cli: OUT != mktemp -u
test-cli: UNDATED := xmlstarlet ed -N pc=http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15 -d /pc:PcGts/pc:Metadata/*
test-cli:
cd tests/workspace; textract2page -O $(OUT) textract_responses/18xx-Missio-EMU.json images/18xx-Missio-EMU-0042.jpg
cd tests/workspace; textract2page -O $(OUT) textract_responses/18xx-Missio-EMU-0042.json images/18xx-Missio-EMU-0042.jpg
if command -v xmlstarlet &> /dev/null; then diff -u <($(UNDATED) tests/workspace/reference_page_xml/18xx-Missio-EMU-0042.xml) <($(UNDATED) $(OUT)); fi
-$(RM) $(OUT)

Expand Down

0 comments on commit 345cc89

Please sign in to comment.