shithub: libvpx

Download patch

ref: 522f7c8b505f9b0509ec86eae22349fd50aa75f1
parent: 2003263ca345c4b97edf052ce901ee38dd1c4ba8
author: Tom Finegan <tomfinegan@google.com>
date: Tue Apr 22 18:54:20 EDT 2014

tools_common.sh: Add run messages.

Echo "Run test_name" before running each test in verbose mode.

Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6

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