Skip to content

Commit

Permalink
test-presentation: workspace find now needs -k url
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Dec 14, 2023
1 parent 83a0e35 commit c297053
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 @@ -114,7 +114,7 @@ else
if test -t 0 -a -t 1; then TTY=-i; fi; \
docker exec $$TTY -t -u ocrd $(CONTAINER) $(SCRIPT) $(<F)/mets.xml
endif
diff -u <(docker run --rm -v $(DATA):/data $(TAGNAME) ocrd workspace -d $(<F) find -G FULLTEXT -g PHYS_0017..PHYS_0021) <(for file in FULLTEXT/FULLTEXT_PHYS_00{17..21}.xml; do echo $(PREFIX)/$$file; done)
diff -u <(docker run --rm -v $(DATA):/data $(TAGNAME) ocrd workspace -d $(<F) find -G FULLTEXT -g PHYS_0017..PHYS_0021 -k url) <(for file in FULLTEXT/FULLTEXT_PHYS_00{17..21}.xml; do echo $(PREFIX)/$$file; done)

clean clean-testdata:
$(RM) -r $(DATA)/testdata* $(DATA)/ocr-d/testdata*
Expand Down

0 comments on commit c297053

Please sign in to comment.