Skip to content

Commit

Permalink
flagging known bug refs #7492
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Sep 2, 2020
1 parent 99c2174 commit 2fcf81f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
@@ -0,0 +1,6 @@
[Reported by kobo at 02Sep10:25:38]
search_string:Induction loop '0' is not known
search_file:errors
ignore_other_errors:1
full_description:meso handles inductionloops differently
brief_description:see #7492
2 changes: 1 addition & 1 deletion tests/complex/traci/inductionloop/inductionloop/runner.py
Expand Up @@ -28,7 +28,7 @@
import traci # noqa
import sumolib # noqa

traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"])
traci.start([sumolib.checkBinary('sumo'), "-c", "sumo.sumocfg"] + sys.argv[1:])
for step in range(3):
print("step", step)
traci.simulationStep()
Expand Down

0 comments on commit 2fcf81f

Please sign in to comment.