We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140781d commit de97803Copy full SHA for de97803
functional/security/Crypto/playlist.xml
@@ -37,8 +37,9 @@
37
</disable>
38
</disables>
39
<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)
+ export JTREG_HOME="$(TEST_RESROOT)$(D)jtreg" ; \
+ 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)
43
</command>
44
<features>
45
<feature>FIPS140_2:nonapplicable</feature>
0 commit comments