Skip to content

Commit

Permalink
simplifiying option files #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 26, 2024
1 parent 81de0f5 commit 7a59e8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/tools/misc/runSeeds/add_args/options.tools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-k sim.sumocfg -a $SUMO_BINARY --seeds 1,2,3 -v --statistic-output stats.xml tools/runSeeds.py
--seeds 1,2,3 -v --statistic-output stats.xml
2 changes: 1 addition & 1 deletion tests/tools/misc/runSeeds/basic/options.tools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-k sim.sumocfg -a $SUMO_BINARY --seeds 1,2,3 -v tools/runSeeds.py
--seeds 1,2,3 -v
2 changes: 1 addition & 1 deletion tests/tools/misc/runSeeds/multi_config/options.tools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-k sim.sumocfg,sim2.sumocfg -a $SUMO_BINARY --seeds 1,2,3 -v tools/runSeeds.py
-k sim.sumocfg,sim2.sumocfg --seeds 1,2,3 -v
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-k sim.sumocfg,sim2.sumocfg -a $SUMO_BINARY --seeds 1 -v
-k sim.sumocfg,sim2.sumocfg --seeds 1 -v
--no-folders
tools/runSeeds.py
1 change: 1 addition & 0 deletions tests/tools/misc/runSeeds/options.tools
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-k sim.sumocfg tools/runSeeds.py
2 changes: 1 addition & 1 deletion tests/tools/misc/runSeeds/threads_2/options.tools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-k sim.sumocfg -a $SUMO_BINARY --seeds 1:4 --threads 2 tools/runSeeds.py
--seeds 1:4 --threads 2

0 comments on commit 7a59e8c

Please sign in to comment.