make/RunTests.gmk
branchihse-runtestprebuilt-branch
changeset 56938 e03e5f61c53f
parent 56937 3c92ada330a9
child 56939 df71c8d05835
--- a/make/RunTests.gmk	Fri Oct 05 15:15:56 2018 -0700
+++ b/make/RunTests.gmk	Fri Oct 05 16:14:28 2018 -0700
@@ -151,13 +151,13 @@
 ifneq ($(TEST_OPTS), )
   # Inform the user
   $(info Running tests using TEST_OPTS control variable '$(TEST_OPTS)')
-
-  $(eval $(call SetTestOpt,VM_OPTIONS,JTREG))
-  $(eval $(call SetTestOpt,VM_OPTIONS,GTEST))
+endif
 
-  $(eval $(call SetTestOpt,JOBS,JTREG))
-  $(eval $(call SetTestOpt,TIMEOUT_FACTOR,JTREG))
-endif
+$(eval $(call SetTestOpt,VM_OPTIONS,JTREG))
+$(eval $(call SetTestOpt,VM_OPTIONS,GTEST))
+
+$(eval $(call SetTestOpt,JOBS,JTREG))
+$(eval $(call SetTestOpt,TIMEOUT_FACTOR,JTREG))
 
 $(eval $(call ParseKeywordVariable, JTREG, \
     SINGLE_KEYWORDS := JOBS TIMEOUT_FACTOR TEST_MODE ASSERT VERBOSE RETAIN MAX_MEM \