Fix CI script

This commit is contained in:
o9000 2017-12-29 13:51:04 +01:00
parent e5380f8e29
commit fb438031c3

View file

@ -236,7 +236,6 @@ def run_unit_tests(tint2path, use_asan):
tint2 = run([tint2path, "--test-verbose"], True)
if tint2.poll() != None:
raise RuntimeError("tint2 failed to start")
stop(tint2)
out, _ = tint2.communicate()
exitcode = tint2.returncode
if exitcode != 0 and exitcode != 23: