Clone of official tools
Diff: test/export/build_test.py
- Revision:
- 35:da9c89f8be7d
- Parent:
- 31:8ea194f6145b
--- a/test/export/build_test.py Mon Feb 13 09:29:13 2017 -0600 +++ b/test/export/build_test.py Wed Feb 15 13:53:18 2017 -0600 @@ -167,10 +167,10 @@ return profile = extract_profile(self.parser, self.options, toolchain) exporter = export(test_case.mcu, test_case.ide, - project_id=test_case.id, zip_proj=None, - clean=True, src=test_case.src, - export_path=join(EXPORT_DIR,name_str), - 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) exporter.generated_files.append(join(EXPORT_DIR,name_str,test_case.log)) self.build_queue.put((exporter,test_case)) # Check if the specified name is in all_os_tests @@ -295,4 +295,4 @@ sys.exit(len(test.failures)) if __name__ == "__main__": - main() \ No newline at end of file + main()