Bug fix, crash when using both -v and -P flags - reported by Mihail

pull/262/head
Przemek Wirkus 2014-04-09 15:30:26 +01:00
parent c33b744fa5
commit 79a67e8499
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ if __name__ == '__main__':
if opts.test_only_peripheral and not test.peripherals:
if opts.verbose:
print "TargetTest::%s::NotPeripheralTestSkipped(%s)" % (target, ",".join(test.peripherals))
print "TargetTest::%s::NotPeripheralTestSkipped()" % (target)
continue
if test.automated and test.is_supported(target, toolchain):