Skip to content

Commit

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

repo/assets: always-update
Expand Down

0 comments on commit dab6f78

Please sign in to comment.