From f42330720e7008e981b0fc1b46dec3f45903dd79 Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Sun, 12 Nov 2023 20:19:05 +0100 Subject: [PATCH] enabling libsumo.gui tests #21 #6663 --- tests/runExtraTests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runExtraTests.py b/tests/runExtraTests.py index 32f2fcb2b85f..01ffdfdb3e6e 100755 --- a/tests/runExtraTests.py +++ b/tests/runExtraTests.py @@ -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: