summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-04-23 10:11:29 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-04-23 10:11:29 -0700
commitaddf897710b9ad756988215efa1b19a53a697146 (patch)
tree299a3054458a00ebb48b93524c6470506238a1a6
parentf1f07403e09cb1dedd93de485a6a2c516fefe55d (diff)
parent522f7c8b505f9b0509ec86eae22349fd50aa75f1 (diff)
downloadlibvpx-addf897710b9ad756988215efa1b19a53a697146.tar
libvpx-addf897710b9ad756988215efa1b19a53a697146.tar.gz
libvpx-addf897710b9ad756988215efa1b19a53a697146.tar.bz2
libvpx-addf897710b9ad756988215efa1b19a53a697146.zip
Merge "tools_common.sh: Add run messages."
-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}"