Regression testing
This commit is contained in:
parent
7dddd4a5a2
commit
f8037b7ff5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue