From 779e20ff25c20ebb8f988c0a8ae1a8ca6794b4dc Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 7 Feb 2012 16:16:22 -0500 Subject: Remove unused -pa flag from test makefile. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3