Skip to content

Commit

Permalink
Fixed testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 6, 2024
1 parent b5f811c commit e045c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [[ "$is_old_driver" == "true" ]]; then
verify \
--batch-mode --show-version
popd >& /dev/null
elif [[ "$c" == "FipsTestSuite" ]]; then
elif [[ "$JDBC_TEST_CATEGORY" == "FipsTestSuite" ]]; then
pushd FIPS >& /dev/null
echo "[INFO] Run Fips tests"
$MVNW_EXE -DjenkinsIT \
Expand All @@ -101,7 +101,7 @@ elif [[ "$c" == "FipsTestSuite" ]]; then
--batch-mode --show-version
popd >& /dev/null
else
echo "[INFO] Run $c tests"
echo "[INFO] Run $JDBC_TEST_CATEGORY tests"
$MVNW_EXE -DjenkinsIT \
-Djava.io.tmpdir=$WORKSPACE \
-Djacoco.skip.instrument=false \
Expand Down

0 comments on commit e045c7e

Please sign in to comment.