summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d64c079..4038229e 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ clean: clean_platform ## Remove artifacts of test execution, i
rm -rf doc/_build doc/_spell doc/sample_html_beta
rm -rf tmp
rm -rf .cache .pytest_cache .hypothesis
- rm -rf $$TMPDIR/coverage_test
+ rm -rf tests/actual
-make -C tests/gold/html clean
sterile: clean ## Remove all non-controlled content, even if expensive.