chore: don't fail when re-running tests
authorKyle Fuller <redacted>
Sun, 5 Apr 2020 13:04:52 +0000 (14:04 +0100)
committerKyle Fuller <redacted>
Sun, 5 Apr 2020 13:16:22 +0000 (14:16 +0100)
Makefile

index 8c93ee8782b3a134e3bfbdb861b0375ddc282f0e..d5d48664d169543b24a3ae5c564c0de714e289d0 100644 (file)
--- 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
git clone https://git.99rst.org/PROJECT