From 522f7c8b505f9b0509ec86eae22349fd50aa75f1 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Tue, 22 Apr 2014 22:54:20 -0700 Subject: [PATCH] tools_common.sh: Add run messages. Echo "Run test_name" before running each test in verbose mode. Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6 --- test/tools_common.sh | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.40.0