Skip to content

Commit

Permalink
enabling libsumo.gui tests #21 #6663
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 12, 2023
1 parent 13903c0 commit f423307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runExtraTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def run(suffix, args, guiTests=False, chrouter=True):
pass
if guiTests:
apps += ",sumo.meso.gui,sumo.gui.osg"
# if os.name == "posix":
# apps += ",complex.libsumo.gui"
if os.name == "posix":
apps += ",complex.libsumo.gui"
process = subprocess.Popen("%s %s -a %s" % ("texttest", args, apps), env=env,
stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
with process.stdout:
Expand Down

0 comments on commit f423307

Please sign in to comment.