diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-05-31 15:40:10 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-05-31 15:40:10 +0530 |
commit | f56b402a5b98fbb2c2f3af4ebdac3f53313c5ab1 (patch) | |
tree | 6b34356b429ef9282214ed80ba6437a72944cf41 /run_unittests.py | |
parent | 05f8b1bd7829c425a8a4838394b8c2d5964c7553 (diff) | |
download | meson-f56b402a5b98fbb2c2f3af4ebdac3f53313c5ab1.zip meson-f56b402a5b98fbb2c2f3af4ebdac3f53313c5ab1.tar.gz meson-f56b402a5b98fbb2c2f3af4ebdac3f53313c5ab1.tar.bz2 |
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.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py index 2d4bd27..552769b 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'] |