mirror of https://github.com/ARMmbed/mbed-os.git
Bug fix, crash when using both -v and -P flags - reported by Mihail
parent
c33b744fa5
commit
79a67e8499
|
@ -545,7 +545,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
if opts.test_only_peripheral and not test.peripherals:
|
if opts.test_only_peripheral and not test.peripherals:
|
||||||
if opts.verbose:
|
if opts.verbose:
|
||||||
print "TargetTest::%s::NotPeripheralTestSkipped(%s)" % (target, ",".join(test.peripherals))
|
print "TargetTest::%s::NotPeripheralTestSkipped()" % (target)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if test.automated and test.is_supported(target, toolchain):
|
if test.automated and test.is_supported(target, toolchain):
|
||||||
|
|
Loading…
Reference in New Issue