diff options
author | Brian Cully <bjc@kublai.com> | 2012-02-07 16:16:22 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2012-02-07 16:16:22 -0500 |
commit | 779e20ff25c20ebb8f988c0a8ae1a8ca6794b4dc (patch) | |
tree | 2d9e262ec5472588a23190bebd938d71d9a3d948 /test/Makefile | |
parent | 12a907609cb3343b3fae60b2b982c3007786e628 (diff) | |
download | mysqlerl-779e20ff25c20ebb8f988c0a8ae1a8ca6794b4dc.tar.gz mysqlerl-779e20ff25c20ebb8f988c0a8ae1a8ca6794b4dc.zip |
Remove unused -pa flag from test makefile.
Diffstat (limited to 'test/Makefile')
-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 |