Prevent process pool inside of process pool when building tests

pull/3258/head
ARM 2016-11-10 14:41:19 -07:00
parent f6f872a858
commit 9f39132d3b
1 changed files with 1 additions and 1 deletions

View File

@ -2149,7 +2149,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
args = (src_path, test_build_path, target, toolchain_name)
kwargs = {
'jobs': jobs,
'jobs': 1,
'clean': clean,
'macros': macros,
'name': test_case_folder_name,