File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
<test >
17
17
<testCaseName >churn_1m_all</testCaseName >
18
18
<command >
19
- export OTOOL_JDK_VERSION=$(JDK_VERSION) ; \
19
+ export OTOOL_JDK_VERSION=" $(JDK_VERSION)" ; \
20
20
export JREJDK="jdk" ; \
21
- export OTOOL_garbageCollector=ALL ; \
22
- export DURATION=60 ; \
23
- export TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \
21
+ export OTOOL_garbageCollector=" ALL" ; \
22
+ export DURATION="60" ; \
23
+ export TMPRESULTS=" $(Q)$(REPORTDIR)$(D)report$(Q)" ; \
24
24
cd $TMPRESULTS ; \
25
- bash $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh; \
25
+ bash " $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh" ; \
26
26
$(TEST_STATUS)
27
27
</command >
28
28
<levels >
40
40
<test >
41
41
<testCaseName >churn_5h_all</testCaseName >
42
42
<command >
43
- export OTOOL_JDK_VERSION=$(JDK_VERSION) ; \
43
+ export OTOOL_JDK_VERSION=" $(JDK_VERSION)" ; \
44
44
export JREJDK="jdk" ; \
45
- export OTOOL_garbageCollector=ALL ; \
46
- export DURATION=18000 ; \
47
- export TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \
45
+ export OTOOL_garbageCollector=" ALL" ; \
46
+ export DURATION=" 18000" ; \
47
+ export TMPRESULTS=" $(Q)$(REPORTDIR)$(D)report$(Q)" ; \
48
48
cd $TMPRESULTS ; \
49
- bash $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh; \
49
+ bash " $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh" ; \
50
50
$(TEST_STATUS)
51
51
</command >
52
52
<levels >
You can’t perform that action at this time.
0 commit comments