mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-09-16 14:41:54 +08:00
Revert "mesonlib: handle meson exe wrappers"
This reverts commit 0627e9d616
.
Breaks installation: https://github.com/mesonbuild/meson/issues/3647
Will be restored once that can be fixed.
This commit is contained in:
@ -28,7 +28,6 @@ from pathlib import Path
|
||||
|
||||
from run_project_tests import gather_tests, run_tests, StopException, setup_commands
|
||||
from run_project_tests import failing_logs
|
||||
from run_tests import setup_pythonpath
|
||||
|
||||
def runtests(cross_file):
|
||||
commontests = [('common', gather_tests(Path('test cases', 'common')), False)]
|
||||
@ -47,6 +46,5 @@ def runtests(cross_file):
|
||||
|
||||
if __name__ == '__main__':
|
||||
setup_commands('ninja')
|
||||
setup_pythonpath()
|
||||
cross_file = sys.argv[1]
|
||||
runtests(cross_file)
|
||||
|
Reference in New Issue
Block a user