From fb438031c3f5ce561f7b838aef3361e3a8af5109 Mon Sep 17 00:00:00 2001 From: o9000 Date: Fri, 29 Dec 2017 13:51:04 +0100 Subject: [PATCH] Fix CI script --- test/regression.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index d2d0172..3c55713 100755 --- a/test/regression.py +++ b/test/regression.py @@ -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: