Skip to content

Commit f76dfc8

Browse files
authored
Crypto test original target now allows to run kereberos tests (#5248)
if both SKIP_AGENT_TESTS=false AGENT_HOSTNAME=some.krb.enabled.agent are provided, the 5 kerberos based tests will run too
1 parent 629876f commit f76dfc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

functional/security/Crypto/playlist.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
</disable>
4242
</disables>
4343
<command>
44-
JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" \
45-
SKIP_AGENT_TESTS=1 $(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS)
44+
export JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" ; \
45+
if [ "x${SKIP_AGENT_TESTS}" = "x" ] ; then export SKIP_AGENT_TESTS=1 ; fi ; \
46+
$(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS)
4647
</command>
4748
<features>
4849
<feature>FIPS140_2:nonapplicable</feature>

0 commit comments

Comments
 (0)