mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #322 from bridadan/fix-notsupported-test-build
Fixing issue where NotSupported error causes build fail
commit
d8836079ac
|
@ -2077,6 +2077,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
|
||||||
verbose=verbose)
|
verbose=verbose)
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
if not isinstance(e, NotSupportedException):
|
||||||
result = False
|
result = False
|
||||||
|
|
||||||
if continue_on_build_fail:
|
if continue_on_build_fail:
|
||||||
|
|
Loading…
Reference in New Issue