Skip to content

Commit 9e8a9a9

Browse files
Merge pull request #5413 from studavekar/disable_cleanup
Collect build artifacts, disable cleanup
2 parents c8edd2e + ccd82c2 commit 9e8a9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def status(message):
292292
status("SUCCESS exporting")
293293
status("Building")
294294
try:
295-
if EXPORTERS[ide].build(example_project_name):
295+
if EXPORTERS[ide].build(example_project_name, cleanup=False):
296296
status("FAILURE building")
297297
build_failures.append(example_name)
298298
else:

0 commit comments

Comments
 (0)