Doublecheck if we need to override properties in java.security

Closes https://github.com/keycloak/keycloak/issues/16702
This commit is contained in:
rmartinc
2023-02-14 15:14:25 +01:00
committed by Marek Posolda
parent d768e75be7
commit fbc9177f27
10 changed files with 51 additions and 52 deletions
+1
View File
@@ -14,4 +14,5 @@ echo "STRICT_OPTIONS: $STRICT_OPTIONS"
TESTS=`testsuite/integration-arquillian/tests/base/testsuites/suite.sh fips`
echo "Tests: $TESTS"
export JAVA_HOME=/etc/alternatives/java_sdk_17
set -o pipefail
./mvnw test -Dsurefire.rerunFailingTestsCount=$SUREFIRE_RERUN_FAILING_COUNT -nsu -B -Pauth-server-quarkus,auth-server-fips140-2 -Dcom.redhat.fips=false $STRICT_OPTIONS -Dtest=$TESTS -pl testsuite/integration-arquillian/tests/base | misc/log/trimmer.sh