From: James Moger Date: Tue, 5 Apr 2016 16:59:40 +0000 (-0400) Subject: Corrected full testsuite execution syntax X-Git-Tag: release-2.1.0~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ec8dd6ce04ef8dd0829fb5fc6377b4defe5a24b5;p=iciql.git Corrected full testsuite execution syntax --- 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