Merge pull request #3258 from sarahmarshy/build_test_err

Prevent process pool inside of process pool when building tests
pull/3241/head
Sam Grove 2016-11-14 21:54:24 -06:00 committed by GitHub
commit 9d8ec61df5
1 changed files with 1 additions and 1 deletions

View File

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