Skip to content

Commit

Permalink
instead of pushd, moved to results dir pernamently
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Feb 26, 2024
1 parent 2833dee commit f6fa4df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functional/churn/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
export OTOOL_garbageCollector=ALL ; \
export DURATION=24 ; \
export TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \
pushd $TMPRESULTS ; \
cd $TMPRESULTS ; \
bash $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh; \
popd; \
$(TEST_STATUS)
</command>
<levels>
Expand Down

0 comments on commit f6fa4df

Please sign in to comment.