From f56b402a5b98fbb2c2f3af4ebdac3f53313c5ab1 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 31 May 2018 15:40:10 +0530 Subject: Revert "mesonlib: handle meson exe wrappers" This reverts commit 0627e9d616dc311b7c9b0ef17301f680ac9e78a7. Breaks installation: https://github.com/mesonbuild/meson/issues/3647 Will be restored once that can be fixed. --- run_unittests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 2d4bd278d..552769baf 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -47,7 +47,7 @@ import mesonbuild.modules.pkgconfig from run_tests import exe_suffix, get_fake_options from run_tests import get_builddir_target_args, get_backend_commands, Backend from run_tests import ensure_backend_detects_changes, run_configure, meson_exe -from run_tests import should_run_linux_cross_tests, setup_pythonpath +from run_tests import should_run_linux_cross_tests def get_dynamic_section_entry(fname, entry): @@ -3313,7 +3313,6 @@ def unset_envs(): if __name__ == '__main__': unset_envs() - setup_pythonpath() cases = ['InternalTests', 'AllPlatformTests', 'FailureTests', 'PythonTests'] if not is_windows(): cases += ['LinuxlikeTests'] -- cgit v1.2.3