Update periodic testing scripts

This commit is contained in:
o9000
2017-11-05 19:51:09 +01:00
parent 41190204b3
commit 1ff3404e56
5 changed files with 6 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ def test(tint2path, config, use_asan):
start_wm()
sleep(1)
os.environ["DEBUG_FPS"] = "1"
os.environ["ASAN_OPTIONS"] = "detect_leaks=1"
os.environ["ASAN_OPTIONS"] = "detect_leaks=1:exitcode=0"
tint2 = run([tint2path, "-c", config], True)
if tint2.poll() != None:
raise RuntimeError("tint2 failed to start")