Collect build artifacts disable cleanup

In preparation to exporter tests
pull/5413/head
Shrikant Tudavekar 2017-10-31 17:34:06 -05:00
parent 7b2e9b1ad1
commit ccd82c24c8
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ def export_repos(config, ides, targets, examples):
status("SUCCESS exporting")
status("Building")
try:
if EXPORTERS[ide].build(example_project_name):
if EXPORTERS[ide].build(example_project_name, cleanup=False):
status("FAILURE building")
build_failures.append(example_name)
else: