Skip to content

Commit 3590248

Browse files
committed
Update tests to use JavatestUtil
- This code updates the custom tests to use JavatestUtil instead of JavaTestRunner. - Removes JavaTestRunner file Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent e51aebf commit 3590248

File tree

2 files changed

+1
-1376
lines changed

2 files changed

+1
-1376
lines changed

jck/jck.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ifeq ($(USE_JRE),1)
126126
JAVA_TO_TEST = $(JRE_COMMAND)
127127
endif
128128

129-
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)
129+
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)
130130
WORKSPACE=/home/jenkins/jckshare/workspace/output_$(UNIQUEID)/$@
131131

132132
ifneq ($(filter aix_ppc-64 zos_390 linux_ppc-64_le linux_390-64, $(SPEC)),)

0 commit comments

Comments
 (0)