From f8037b7ff5adf90ee63da519f2c3539b16cb5e43 Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 28 Sep 2017 15:19:51 +0200 Subject: [PATCH] Regression testing --- test/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index 1b61085..810a506 100755 --- a/test/regression.py +++ b/test/regression.py @@ -157,7 +157,7 @@ def test(tint2path, config): sleep(1) os.environ["DEBUG_FPS"] = "1" os.environ["ASAN_OPTIONS"] = "detect_leaks=1" - tint2 = run(["tint2", "-c", config], True) + tint2 = run([tint2path, "-c", config], True) if tint2.poll() != None: raise RuntimeError("tint2 failed to start") sleep(1)