Skip to content

Commit

Permalink
experimental fixing /bin/sh: 10: [: x: unexpected operator and /bin/s…
Browse files Browse the repository at this point in the history
…h: 12: cd: can't cd to MPRESULTS
  • Loading branch information
judovana committed Mar 11, 2024
1 parent f5e3459 commit 34f64e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/churn/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
export JREJDK="jdk" ; \
export OTOOL_garbageCollector="ALL" ; \
export DURATION="18000" ; \
if [ "x${CHURN_TAP}" == "x" ] ; then export CHURN_TAP=false ; fi ; \
if [ "x$${CHURN_TAP}" == "x" ] ; then export CHURN_TAP=false ; fi ; \
export TMPRESULTS="$(Q)$(REPORTDIR)$(D)report$(Q)"; \
cd $TMPRESULTS ; \
cd $$TMPRESULTS ; \
bash "$(TEST_ROOT)$(D)system$(D)churn$(D)churn$(D)run.sh"; \
$(TEST_STATUS)
</command>
Expand Down

0 comments on commit 34f64e1

Please sign in to comment.