We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3619039 commit 8c38642Copy full SHA for 8c38642
tools/test/examples/examples_lib.py
@@ -292,7 +292,7 @@ def status(message):
292
status("SUCCESS exporting")
293
status("Building")
294
try:
295
- if EXPORTERS[ide].build(example_project_name):
+ if EXPORTERS[ide].build(example_project_name, cleanup=False):
296
status("FAILURE building")
297
build_failures.append(example_name)
298
else:
0 commit comments