Merge "tools_common.sh: Add run messages."

This commit is contained in:
Tom Finegan 2014-04-23 10:11:29 -07:00 коммит произвёл Gerrit Code Review
Родитель f1f07403e0 522f7c8b50
Коммит addf897710
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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}"