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

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

Merge "Add -t to run-ravenwood-tests.sh" into main

parents b7c40a37 0c737dc8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ include_re=""
exclude_re=""
smoke_exclude_re=""
dry_run=""
while getopts "sx:f:d" opt; do
while getopts "sx:f:dt" opt; do
case "$opt" in
    s)
        # Remove slow tests.
@@ -51,6 +51,9 @@ case "$opt" in
        # Dry run
        dry_run="echo"
        ;;
    t)
        export RAVENWOOD_LOG_OUT=$(tty)
        ;;
    '?')
        exit 1
        ;;