You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/01/08 20:13:53 UTC

calcite git commit: [CALCITE-861] Be explicit that "mvn test" needs to be invoked

Repository: calcite
Updated Branches:
  refs/heads/master 894dd9b52 -> b94a00e33


[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/master
Commit: b94a00e335d0378ec912cb029f407abf811aaa12
Parents: 894dd9b
Author: Josh Elser <el...@apache.org>
Authored: Fri Oct 16 00:55:28 2015 -0400
Committer: Julian Hyde <jh...@apache.org>
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