File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,18 +172,18 @@ download-ccm-cassandra-image: install-ccm-if-missing
172172
173173run-test-integration-scylla : prepare-integration-test download-ccm-scylla-image
174174ifeq ($(DONT_REBUILD_INTEGRATION_BIN ) , $(EMPTY ) )
175- run-test-integration-scylla : build-integration-test-bin-if-missing
176- else
177175run-test-integration-scylla : build-integration-test-bin
176+ else
177+ run-test-integration-scylla : build-integration-test-bin-if-missing
178178endif
179179 @echo "Running integration tests on scylla ${SCYLLA_VERSION}"
180180 valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite build/cassandra-integration-tests --scylla --version=${SCYLLA_VERSION} --category=CASSANDRA --verbose=ccm --gtest_filter="${SCYLLA_TEST_FILTER}"
181181
182182run-test-integration-cassandra : prepare-integration-test download-ccm-cassandra-image install-java8-if-missing
183183ifeq ($(DONT_REBUILD_INTEGRATION_BIN ) , $(EMPTY ) )
184- run-test-integration-cassandra : build-integration-test-bin-if-missing
185- else
186184run-test-integration-cassandra : build-integration-test-bin
185+ else
186+ run-test-integration-cassandra : build-integration-test-bin-if-missing
187187endif
188188 @echo "Running integration tests on cassandra ${CASSANDRA_VERSION}"
189189 valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite build/cassandra-integration-tests --version=${CASSANDRA_VERSION} --category=CASSANDRA --verbose=ccm --gtest_filter="${CASSANDRA_TEST_FILTER}"
You can’t perform that action at this time.
0 commit comments