diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,4 +68,4 @@ test: clean test_with_junitxml: clean @echo 'running test suite with JUnit XML output' - py.test -vv --junitxml=$$CI_REPORTS/junit.xml $(PWD)/netaddr/tests + py.test -vv --junitxml=junit.xml $(PWD)/netaddr/tests |
