aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-05 12:59:40 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-05 12:59:40 -0400
commitec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5 (patch)
treeea722eee039c5fb3dff1117194ac561085476295
parent41c43bdfd3de2029f61e1f5de6d335d167a967cc (diff)
downloadiciql-ec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5.tar.gz
iciql-ec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5.zip
Corrected full testsuite execution syntax
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 465eb73..94352d0 100644
--- a/README.md
+++ b/README.md
@@ -74,4 +74,4 @@ You may use Maven to run the test suite on the default database:
You may use Maven to run the test suite on all tested databases:
- mvn clean exec:exec
+ mvn clean test-compile exec:exec