[CALCITE-861] Be explicit that "mvn test" needs to be invoked Close apache/calcite#153
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/b94a00e3 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/b94a00e3 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/b94a00e3 Branch: refs/heads/branch-release Commit: b94a00e335d0378ec912cb029f407abf811aaa12 Parents: 894dd9b Author: Josh Elser <[email protected]> Authored: Fri Oct 16 00:55:28 2015 -0400 Committer: Julian Hyde <[email protected]> Committed: Fri Jan 8 11:12:04 2016 -0800 ---------------------------------------------------------------------- site/_docs/howto.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/b94a00e3/site/_docs/howto.md ---------------------------------------------------------------------- diff --git a/site/_docs/howto.md b/site/_docs/howto.md index c741174..3a03364 100644 --- a/site/_docs/howto.md +++ b/site/_docs/howto.md @@ -74,6 +74,7 @@ The test suite will run by default when you build, unless you specify # Note: "mvn clean install" does not work; use "mvn clean" then "mvn install" $ mvn clean $ mvn -DskipTests install +$ mvn test {% endhighlight %} There are other options that control which tests are run, and in what
