Skip to content

Commit de97803

Browse files
committed
Crypto test original target now allows to run kereberos tests
if both SKIP_AGENT_TESTS=false AGENT_HOSTNAME=some.krb.enabled.agent are provided, the 5 kerberos based tests will run too
1 parent 140781d commit de97803

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
@@ -37,8 +37,9 @@
3737
</disable>
3838
</disables>
3939
<command>
40-
JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" \
41-
SKIP_AGENT_TESTS=1 $(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS)
40+
export JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" ; \
41+
if [ "x${SKIP_AGENT_TESTS}" = "x" ] ; then export SKIP_AGENT_TESTS=1 ; fi ; \
42+
$(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(D)run.sh "$(TEST_JDK_HOME)" ; $(TEST_STATUS)
4243
</command>
4344
<features>
4445
<feature>FIPS140_2:nonapplicable</feature>

0 commit comments

Comments
 (0)