You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/05/03 16:22:12 UTC

[15/18] incubator-tinkerpop git commit: fixed a typo

fixed a typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0f7e587d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/0f7e587d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/0f7e587d

Branch: refs/heads/TINKERPOP-1279
Commit: 0f7e587d3cd9a1e87aa1e4ca6ee2a95cd4aaaefd
Parents: 383a7a2
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue May 3 15:53:52 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue May 3 15:53:52 2016 +0200

----------------------------------------------------------------------
 docker/scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0f7e587d/docker/scripts/build.sh
----------------------------------------------------------------------
diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh
index 9bdf4ff..bc7464f 100755
--- a/docker/scripts/build.sh
+++ b/docker/scripts/build.sh
@@ -52,7 +52,7 @@ done
 TINKERPOP_BUILD_OPTIONS=""
 
 [ -z "${RUN_TESTS}" ] && TINKERPOP_BUILD_OPTIONS="${TINKERPOP_BUILD_OPTIONS} -DskipTests"
-[ -z "${RUN_INTEGRATION_TESTS}" ] || TINKERPOP_BUILD_OPTIONS="${TINKERPOP_BUILD_OPTIONS} -DskipIntegrationsTests=false"
+[ -z "${RUN_INTEGRATION_TESTS}" ] || TINKERPOP_BUILD_OPTIONS="${TINKERPOP_BUILD_OPTIONS} -DskipIntegrationTests=false"
 [ -z "${INCLUDE_NEO4J}" ] || TINKERPOP_BUILD_OPTIONS="${TINKERPOP_BUILD_OPTIONS} -DincludeNeo4j"
 [ -z "${BUILD_JAVA_DOCS}" ] && TINKERPOP_BUILD_OPTIONS="${TINKERPOP_BUILD_OPTIONS} -Dmaven.javadoc.skip=true"