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.
2 parents 1816f0b + dacdbdc commit ff49a8cCopy full SHA for ff49a8c
tools/test/export/build_test.py
@@ -167,10 +167,10 @@ def perform_exports(self, test_case):
167
return
168
profile = extract_profile(self.parser, self.options, toolchain)
169
exporter = export(test_case.mcu, test_case.ide,
170
- project_id=test_case.id, zip_proj=None,
171
- clean=True, src=test_case.src,
172
- export_path=join(EXPORT_DIR,name_str),
173
- silent=True, build_profile=profile)
+ project_id=test_case.id, zip_proj=None,
+ src=test_case.src,
+ export_path=join(EXPORT_DIR, name_str),
+ silent=True, build_profile=profile)
174
exporter.generated_files.append(join(EXPORT_DIR,name_str,test_case.log))
175
self.build_queue.put((exporter,test_case))
176
# Check if the specified name is in all_os_tests
@@ -295,4 +295,4 @@ def main():
295
sys.exit(len(test.failures))
296
297
if __name__ == "__main__":
298
- main()
+ main()
0 commit comments