Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 488a4679 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix regex escape

Flag: EXEMPT host test change only
Bug: 292141694
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
Change-Id: I00730a0f8b7d529d572732997fc6ce5a846eaf5d
parent 5aedb9f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ def main(args):

                if s.startswith("verbose"):
                    continue
                if re.match('^\[.*bootstrap blueprint', s):
                if re.match('^\\[.*bootstrap blueprint', s):
                    continue

                s = s.rstrip()