Skip to content

Commit 655e499

Browse files
committed
added proper quoting
1 parent 550593a commit 655e499

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

functional/churn/playlist.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<test>
1717
<testCaseName>churn_1m_all</testCaseName>
1818
<command>
19-
export OTOOL_JDK_VERSION=$(JDK_VERSION) ; \
19+
export OTOOL_JDK_VERSION="$(JDK_VERSION)" ; \
2020
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)"; \
2424
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"; \
2626
$(TEST_STATUS)
2727
</command>
2828
<levels>
@@ -40,13 +40,13 @@
4040
<test>
4141
<testCaseName>churn_5h_all</testCaseName>
4242
<command>
43-
export OTOOL_JDK_VERSION=$(JDK_VERSION) ; \
43+
export OTOOL_JDK_VERSION="$(JDK_VERSION)" ; \
4444
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)"; \
4848
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"; \
5050
$(TEST_STATUS)
5151
</command>
5252
<levels>

0 commit comments

Comments
 (0)