Skip to content

Commit

Permalink
#167 Fix script issues
Browse files Browse the repository at this point in the history
The scenario_runner.py script requires that the existing files in the
scenarios/ directory remain there. The installation script no longer
deletes them.
  • Loading branch information
adamlm committed Oct 27, 2023
1 parent f3ef27e commit 7e3dfd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scenario-runner/install_carma_scenario_runner
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ function install_minimal_scenario_runner() {
tests

# We will replace the provided scenarios with our own
rm -rf \
srunner/examples \
srunner/scenarios
rm -rf srunner/examples

cd - > /dev/null
}
Expand Down

0 comments on commit 7e3dfd6

Please sign in to comment.