shithub: libvpx

Download patch

ref: addf897710b9ad756988215efa1b19a53a697146
parent: f1f07403e09cb1dedd93de485a6a2c516fefe55d
parent: 522f7c8b505f9b0509ec86eae22349fd50aa75f1
author: Tom Finegan <tomfinegan@google.com>
date: Wed Apr 23 06:11:29 EDT 2014

Merge "tools_common.sh: Add run messages."

--- a/test/tools_common.sh
+++ b/test/tools_common.sh
@@ -308,6 +308,7 @@
   # 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}"