Merge "cargo2android: fix test detection when there is exactly 1 test" am: 9bd80cb611
Original change: https://android-review.googlesource.com/c/platform/development/+/2188723 Change-Id: I33dba89495f1df09409a9ac5187faed30c22fba8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -129,7 +129,7 @@ WARNING_FILE_PAT = re.compile('^ *--> ([^:]*):[0-9]+')
|
||||
CARGO_TEST_LIST_START_PAT = re.compile('^\s*Running (.*) \(.*\)$')
|
||||
|
||||
# cargo test --list output of the end of running a binary.
|
||||
CARGO_TEST_LIST_END_PAT = re.compile('^(\d+) tests, (\d+) benchmarks$')
|
||||
CARGO_TEST_LIST_END_PAT = re.compile('^(\d+) tests?, (\d+) benchmarks$')
|
||||
|
||||
CARGO2ANDROID_RUNNING_PAT = re.compile('^### Running: .*$')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user