Skip to content

Commit

Permalink
false in SKIP_AGENT_TESTS will also run agent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Apr 19, 2024
1 parent ded7e10 commit 93f7e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [ ! -e "$JTREG_HOME" ] ; then
fi

AGENT_OPT=""
if [ -n "${SKIP_AGENT_TESTS:-}" ] ; then
if [ ! "${SKIP_AGENT_TESTS:-}" = "false" ] && [ -n "${SKIP_AGENT_TESTS:-}" ] ; then
AGENT_OPT="-javaoption:-Dcryptotests.skipAgentTests=1"
else
if [ -n "${AGENT_HOSTNAME:-}" ] ; then
Expand Down

0 comments on commit 93f7e90

Please sign in to comment.