We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629876f commit f76dfc8Copy full SHA for f76dfc8
functional/security/Crypto/playlist.xml
@@ -41,8 +41,9 @@
41
</disable>
42
</disables>
43
<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)
+ export JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" ; \
+ 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)
47
</command>
48
<features>
49
<feature>FIPS140_2:nonapplicable</feature>
0 commit comments