c2a: Parse new cargo output
Cargo now outputs 'unittests src/lib.rs' where before it output 'unittests'. Bug: 246384761 Test: Add "test": true to argh_derive, regenerate, observe same bp file Change-Id: Ieeab83761f5fe7cff88af1ce8293818736a6bb9b
This commit is contained in:
@@ -1547,7 +1547,7 @@ class Runner(object):
|
|||||||
return ''
|
return ''
|
||||||
|
|
||||||
def add_empty_test(self, name):
|
def add_empty_test(self, name):
|
||||||
if name == 'unittests':
|
if name.startswith('unittests'):
|
||||||
self.empty_unittests = True
|
self.empty_unittests = True
|
||||||
else:
|
else:
|
||||||
self.empty_tests.add(name)
|
self.empty_tests.add(name)
|
||||||
|
|||||||
Reference in New Issue
Block a user