mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3258 from sarahmarshy/build_test_err
Prevent process pool inside of process pool when building testspull/3241/head
commit
9d8ec61df5
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue