Skip to content

Commit 8c38642

Browse files
studavekar0xc0170
authored andcommitted
Collect build artifacts disable cleanup
In preparation to exporter tests
1 parent 3619039 commit 8c38642

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)