Skip to content

Commit

Permalink
Script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 5, 2024
1 parent 239f71c commit f8156ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ elif [[ "$c" == "FipsTestSuite" ]]; then
$MVNW_EXE -DjenkinsIT \
-Djava.io.tmpdir=$WORKSPACE \
-Djacoco.skip.instrument=false \
-Dtest=FipsTestSuite \
-Dtest=UnitTestSuite,FipsTestSuite \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
-Dnot-self-contained-jar \
verify \
Expand Down
4 changes: 2 additions & 2 deletions ci/test_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cmd /c %MVNW_EXE% --batch-mode --show-version dependency:go-offline
echo list = "%JDBC_TEST_CATEGORY%"
for %%a in ("%JDBC_TEST_CATEGORY:,=" "%") do (
echo "Current category to execute" %%a
if /i %%a=="TestCategoryFips" (
if /i %%a=="FipsTestSuite" (
pushd FIPS
echo "[INFO] Run Fips tests"
cmd /c %MVNW_EXE% -B -DjenkinsIT ^
Expand All @@ -138,7 +138,7 @@ for %%a in ("%JDBC_TEST_CATEGORY:,=" "%") do (
cmd /c %MVNW_EXE% -B -DjenkinsIT ^
-Djava.io.tmpdir=%GITHUB_WORKSPACE% ^
-Djacoco.skip.instrument=false ^
-Dgroups=%%a ^
-Dtest=UnitTestSuite,%%a ^
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn ^
-Dnot-self-contained-jar %ADDITIONAL_MAVEN_PROFILE% ^
verify ^
Expand Down

0 comments on commit f8156ee

Please sign in to comment.