Skip to content

Commit

Permalink
test-logging: also remove ocrd.log from tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 28, 2024
1 parent 554a67d commit 1114cd9
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 @@ -273,7 +273,7 @@ test-logging: assets
cp src/ocrd_utils/ocrd_logging.conf $$tempdir; \
cd $$tempdir; \
$(PYTHON) -m pytest --continue-on-collection-errors -k TestLogging -k TestDecorators $(TESTDIR); \
rm -r $$tempdir/ocrd_logging.conf $$tempdir/.benchmarks; \
rm -r $$tempdir/ocrd_logging.conf $$tempdir/ocrd.log $$tempdir/.benchmarks; \
rm -rf $$tempdir/.coverage; \
rmdir $$tempdir

Expand Down

0 comments on commit 1114cd9

Please sign in to comment.