From cf0bd77ddd2cd952f17e3485ea1d9e6fc159adb1 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 17 May 2015 15:23:33 +0300 Subject: Do not invoke linker via cmd /c on Windows. --- run_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index d830fe167..3d8589409 100755 --- a/run_tests.py +++ b/run_tests.py @@ -20,6 +20,7 @@ from io import StringIO import sys import environment import mesonlib +import mlog import meson, meson_test import argparse import xml.etree.ElementTree as ET @@ -173,6 +174,7 @@ def run_test_inprocess(testdir): def run_test(testdir, should_succeed): global compile_commands + mlog.shutdown() # Close the log file because otherwise Windows wets itself. shutil.rmtree(test_build_dir) shutil.rmtree(install_dir) os.mkdir(test_build_dir) -- cgit v1.2.3