Skip to content

Commit bdc5eee

Browse files
committed
w
1 parent 039fba0 commit bdc5eee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/start-rc.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ set +x
3434

3535
trap cleanup EXIT
3636

37-
# Use local build instead
38-
hazelcast-repo/mvnw install -Pquick --file hazelcast-repo
39-
4037
HZ_VERSION=$(hazelcast-repo/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
4138
HAZELCAST_TEST_VERSION=${HZ_VERSION}
4239
HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}

scripts/test-unix.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ RC_PORT=9701
2626

2727
TEST_EXECUTABLE="$BUILD_DIR/hazelcast/test/src/client_test"
2828

29+
# Use local build instead
30+
hazelcast-repo/mvnw install -Pquick --file hazelcast-repo --batch-mode --no-transfer-progress
31+
2932
scripts/start-rc.sh &
3033
rcPid=$!
3134

0 commit comments

Comments
 (0)