Skip to content

Commit

Permalink
Revert "test: replace buggy workspace clone with cp -r"
Browse files Browse the repository at this point in the history
This reverts commit dab6f78.
  • Loading branch information
bertsky committed Oct 1, 2024
1 parent dab6f78 commit 08c496d
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 @@ -79,7 +79,7 @@ endif
# prepare test assets
test/assets: repo/assets
mkdir -p $@
cp -r -t $@ repo/assets/data/*
ocrd workspace -d $@/kant_aufklaerung_1784 clone $</data/kant_aufklaerung_1784/data/mets.xml --download
bash test/prepare_gt.bash $@

repo/assets: always-update
Expand Down

0 comments on commit 08c496d

Please sign in to comment.