We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039fba0 commit bdc5eeeCopy full SHA for bdc5eee
scripts/start-rc.sh
@@ -34,9 +34,6 @@ set +x
34
35
trap cleanup EXIT
36
37
-# Use local build instead
38
-hazelcast-repo/mvnw install -Pquick --file hazelcast-repo
39
-
40
HZ_VERSION=$(hazelcast-repo/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
41
HAZELCAST_TEST_VERSION=${HZ_VERSION}
42
HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
scripts/test-unix.sh
@@ -26,6 +26,9 @@ RC_PORT=9701
26
27
TEST_EXECUTABLE="$BUILD_DIR/hazelcast/test/src/client_test"
28
29
+# Use local build instead
30
+hazelcast-repo/mvnw install -Pquick --file hazelcast-repo --batch-mode --no-transfer-progress
31
+
32
scripts/start-rc.sh &
33
rcPid=$!
0 commit comments