summaryrefslogtreecommitdiff
path: root/test/tools_common.sh
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-04-22 22:54:20 -0700
committerTom Finegan <tomfinegan@google.com>2014-04-22 22:54:20 -0700
commit522f7c8b505f9b0509ec86eae22349fd50aa75f1 (patch)
treeca4f24cd2e6552cac761a1e89ae2478c38969d91 /test/tools_common.sh
parent2003263ca345c4b97edf052ce901ee38dd1c4ba8 (diff)
downloadlibvpx-522f7c8b505f9b0509ec86eae22349fd50aa75f1.tar
libvpx-522f7c8b505f9b0509ec86eae22349fd50aa75f1.tar.gz
libvpx-522f7c8b505f9b0509ec86eae22349fd50aa75f1.tar.bz2
libvpx-522f7c8b505f9b0509ec86eae22349fd50aa75f1.zip
tools_common.sh: Add run messages.
Echo "Run test_name" before running each test in verbose mode. Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6
Diffstat (limited to 'test/tools_common.sh')
-rwxr-xr-xtest/tools_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tools_common.sh b/test/tools_common.sh
index 8e6bc4441..aa446c9c2 100755
--- a/test/tools_common.sh
+++ b/test/tools_common.sh
@@ -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}"