Skip to content

Commit

Permalink
Merge pull request #7111 from renfeiw/tkg3
Browse files Browse the repository at this point in the history
Fix tkg compilation issue when AUTO_DETECT=false
  • Loading branch information
llxia committed Sep 18, 2019
2 parents e60693e + dbbbf9d commit 64869b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestConfig/run_configure.mk
Expand Up @@ -34,9 +34,9 @@ export TEST_JDK_HOME:=$(subst \,/,$(TEST_JDK_HOME))
endif

testconfig:
ant -f ./TKGJ/build_tools.xml -DTEST_JDK_HOME=$(TEST_JDK_HOME)
ifneq ($(AUTO_DETECT), false)
@echo "AUTO_DETECT is set to true"
ant -f ./TKGJ/build_tools.xml -DTEST_JDK_HOME=$(TEST_JDK_HOME)
${TEST_JDK_HOME}/bin/java -cp ./TKGJ/TestKitGen.jar org.openj9.envInfo.EnvDetector JavaInfo
else
@echo "AUTO_DETECT is set to false"
Expand Down

0 comments on commit 64869b4

Please sign in to comment.