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

Commit 6e8e43e6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update run-ravenwood-tests.sh" into main

parents 420e31f7 62e28dc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@


# Regex to identify slow tests, in PCRE
SLOW_TEST_RE='^(SystemUiRavenTests|CtsIcuTestCasesRavenwood)$'
SLOW_TEST_RE='^(SystemUiRavenTests|CtsIcuTestCasesRavenwood|CarSystemUIRavenTests)$'

smoke=0
include_re=""
@@ -67,7 +67,7 @@ filter() {
    if [[ "$re" == "" ]] ; then
        cat # No filtering
    else
        grep $grep_arg -P "$re"
        grep $grep_arg -iP "$re"
    fi
}