summaryrefslogtreecommitdiff
path: root/devel/py-pytest-xdist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-xdist/Makefile')
-rw-r--r--devel/py-pytest-xdist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile
index 97300d6eef3b..3cb17618da0e 100644
--- a/devel/py-pytest-xdist/Makefile
+++ b/devel/py-pytest-xdist/Makefile
@@ -26,7 +26,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-extract:
- ${RM} -rf ${WRKSRC}/testing/__pycache__
+ ${RM} -r ${WRKSRC}/testing/__pycache__
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)