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

Commit c7585718 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow run-ravenwood-tests.sh to use atest-dev" into main

parents 84820f19 847ba786
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -20,5 +20,9 @@ all_tests="hoststubgentest tiny-framework-dump-test hoststubgen-invoke-test"
# "echo" is to remove the newlines
all_tests="$all_tests $(echo $(${0%/*}/list-ravenwood-tests.sh) )"

echo "Running tests: $all_tests"
atest $all_tests
run() {
    echo "Running: $*"
    "${@}"
}

run ${ATEST:-atest} $all_tests