aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index b4e8dba..41db27c 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -18,7 +18,7 @@ from glob import glob
import os, subprocess, shutil, sys, signal
from io import StringIO
from ast import literal_eval
-import sys, tempfile
+import tempfile
import mesontest
from mesonbuild import environment
from mesonbuild import mesonlib
@@ -554,4 +554,3 @@ if __name__ == '__main__':
for l in failing_logs:
print(l, '\n')
sys.exit(failing_tests)
-