diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-05 12:59:40 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-05 12:59:40 -0400 |
commit | ec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5 (patch) | |
tree | ea722eee039c5fb3dff1117194ac561085476295 | |
parent | 41c43bdfd3de2029f61e1f5de6d335d167a967cc (diff) | |
download | iciql-ec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5.tar.gz iciql-ec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5.zip |
Corrected full testsuite execution syntax
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|