diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 4bb83ab..ff55baf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ .PHONY: test clean test: - ct_run -pa -dir . -config database.conf + ct_run -dir . -config database.conf clean: rm -rf *.html |