Commit addf8977 authored by Tom Finegan's avatar Tom Finegan Committed by Gerrit Code Review
Browse files

Merge "tools_common.sh: Add run messages."

parents f1f07403 522f7c8b
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -308,6 +308,7 @@ run_tests() { ...@@ -308,6 +308,7 @@ run_tests() {
# Run tests. # Run tests.
for test in ${tests_to_run}; do for test in ${tests_to_run}; do
test_begin "${test}" test_begin "${test}"
[ "${VPX_TEST_VERBOSE_OUTPUT}" = "yes" ] && echo " RUN ${test}"
"${test}" "${test}"
[ "${VPX_TEST_VERBOSE_OUTPUT}" = "yes" ] && echo " PASS ${test}" [ "${VPX_TEST_VERBOSE_OUTPUT}" = "yes" ] && echo " PASS ${test}"
test_end "${test}" test_end "${test}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment