Merge "tools_common.sh: Add run messages."

This commit is contained in:
Tom Finegan
2014-04-23 10:11:29 -07:00
committed by Gerrit Code Review

View File

@@ -308,6 +308,7 @@ run_tests() {
# Run tests.
for test in ${tests_to_run}; do
test_begin "${test}"
[ "${VPX_TEST_VERBOSE_OUTPUT}" = "yes" ] && echo " RUN ${test}"
"${test}"
[ "${VPX_TEST_VERBOSE_OUTPUT}" = "yes" ] && echo " PASS ${test}"
test_end "${test}"