Skip to content

Commit

Permalink
Revert "Revert "Update tests to use JavatestUtil (adoptium#4888)" (ad…
Browse files Browse the repository at this point in the history
…optium#4893)"

This reverts commit 9885f44.
  • Loading branch information
annaibm committed Dec 6, 2023
1 parent 0f75b36 commit 64a1990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,376 deletions.
2 changes: 1 addition & 1 deletion jck/jck.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ifeq ($(USE_JRE),1)
JAVA_TO_TEST = $(JRE_COMMAND)
endif

JCK_CMD_TEMPLATE = $(JAVA_TO_TEST) -Djvm.options=$(Q)$(JVM_OPTIONS)$(Q) -Dother.opts=$(Q)$(OTHER_OPTS)$(Q) -cp $(TEST_ROOT)/jck/jtrunner/bin JavaTestRunner resultsRoot=$(REPORTDIR) testRoot=$(TEST_ROOT) jckRoot=$(JCK_ROOT) jckversion=$(JCK_VERSION) spec=$(SPEC) configAltPath=$(CONFIG_ALT_PATH) $(APPLICATION_OPTIONS)
JCK_CMD_TEMPLATE = $(JAVA_TO_TEST) -Djvm.options=$(Q)$(JVM_OPTIONS)$(Q) -Dother.opts=$(Q)$(OTHER_OPTS)$(Q) -cp $(TEST_ROOT)/jck/jtrunner/bin JavatestUtil workdir=$(REPORTDIR) testRoot=$(TEST_ROOT) jckRoot=$(JCK_ROOT) jckversion=$(JCK_VERSION) spec=$(SPEC) configAltPath=$(CONFIG_ALT_PATH) $(APPLICATION_OPTIONS)
WORKSPACE=/home/jenkins/jckshare/workspace/output_$(UNIQUEID)/$@

ifneq ($(filter aix_ppc-64 zos_390 linux_ppc-64_le linux_390-64, $(SPEC)),)
Expand Down
Loading

0 comments on commit 64a1990

Please sign in to comment.