You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2016/03/28 19:45:15 UTC

[08/50] [abbrv] incubator-geode git commit: GEODE-884: Update README.md to include steps to build without running all tests.

GEODE-884: Update README.md to include steps to build without running all tests.

This closes #85


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4cb83d70
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4cb83d70
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4cb83d70

Branch: refs/heads/feature/GEODE-52
Commit: 4cb83d70f321321c6f5bc9980dbb330966c268c1
Parents: 8193398
Author: Brian Dunlap <bd...@gmail.com>
Authored: Sun Jan 31 20:53:16 2016 -0600
Committer: Dan Smith <up...@apache.org>
Committed: Fri Mar 25 14:26:10 2016 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4cb83d70/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0bcc2d6..e78b077 100755
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Apache Geode includes the following features:
 With both a recent version of Gradle and JDK 1.8 or a more recent version installed, obtain the source archive.
 Extract the source archive and build from the expanded directory:
 
-    $ gradle build installDist
+    $ gradle build installDist -Dskip.tests=true
 
 Start a locator and server: