Skip to content

Commit da1fdcb

Browse files
committed
1
1 parent b088d67 commit da1fdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test-integration-scylla: .install-guava-shaded .prepare-scylla-ccm resolve-scyll
237237
echo "ScyllaDB version ${SCYLLA_VERSION} was not resolved"
238238
exit 1
239239
fi
240-
mvn -B -e verify -Dccm.version=$${SCYLLA_VERSION_RESOLVED} -Dccm.distribution=scylla -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
240+
mvn -B verify -Dccm.version=$${SCYLLA_VERSION_RESOLVED} -Dccm.distribution=scylla -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
241241

242242
test-integration-cassandra: .install-guava-shaded .prepare-scylla-ccm resolve-cassandra-version
243243
@if [[ -z "$${CASSANDRA_VERSION_RESOLVED}" ]]; then
@@ -247,7 +247,7 @@ test-integration-cassandra: .install-guava-shaded .prepare-scylla-ccm resolve-ca
247247
echo "Cassandra version ${CASSANDRA_VERSION} was not resolved"
248248
exit 1
249249
fi
250-
mvn -B -e verify -Dccm.version=$${CASSANDRA_VERSION_RESOLVED} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
250+
mvn -B verify -Dccm.version=$${CASSANDRA_VERSION_RESOLVED} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
251251

252252
check-no-compile-warnings:
253253
@$(MAKE) compile-all | grep WARNING >/tmp/all-compile-warnings.log || true

0 commit comments

Comments
 (0)