Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment