diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index 1fd72b2..d905e12 100755 --- a/run_tests.py +++ b/run_tests.py @@ -153,6 +153,7 @@ def get_fake_options(prefix): opts.cross_file = None opts.wrap_mode = None opts.prefix = prefix + opts.cmd_line_options = {} return opts def should_run_linux_cross_tests(): |