Merge "tools_common.sh: Add run messages."
This commit is contained in:
commit
addf897710
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user