From: Kyle Fuller Date: Sun, 5 Apr 2020 13:04:52 +0000 (+0100) Subject: chore: don't fail when re-running tests X-Git-Tag: 1.2.0~4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=63c4b65c078e5f0ab1cac282d37e73d2e20baae7;p=znc-palaver.git chore: don't fail when re-running tests --- diff --git a/Makefile b/Makefile index 8c93ee8..d5d4866 100644 --- a/Makefile +++ b/Makefile @@ -29,5 +29,5 @@ test/fixtures/modules/palaver.so: palaver.so .PHONY: test-integration test-integration: test/fixtures/modules/palaver.so - @mkdir test-reports + @mkdir -p test-reports pytest --junitxml=test-reports/junit.xml