aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 06a0727..85a55c3 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -117,7 +117,7 @@ Backend = Enum('Backend', 'ninja vs xcode')
if 'MESON_EXE' in os.environ:
import shlex
- meson_exe = shlex.split(os.environ['MESON_EXE'])
+ meson_exe = mesonlib.split_args(os.environ['MESON_EXE'])
else:
meson_exe = None