summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-11-30 16:30:05 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-01 17:46:35 +1100
commit4717bc7bc8591628d40429ae7911f80e20b6c7f8 (patch)
tree8985150ead3bfcd6834335ff03e8f1362105ab22 /external
parent40b55be1035b4cdc11bba19088390aefb937a6db (diff)
downloadblackbird-skiboot-4717bc7bc8591628d40429ae7911f80e20b6c7f8.tar.gz
blackbird-skiboot-4717bc7bc8591628d40429ae7911f80e20b6c7f8.zip
external/test: Print the name of each test
Currently running 'make check' results in nothing but a message indicating that all tests passed. If a test runs in a wood and it doesn't make a sound, did it run at all? Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rwxr-xr-xexternal/test/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/test/test.sh b/external/test/test.sh
index 7a60c932..c79a4864 100755
--- a/external/test/test.sh
+++ b/external/test/test.sh
@@ -91,6 +91,7 @@ run_tests() {
for the_test in $all_tests; do
export CUR_TEST=$(basename $the_test)
export RESULT="$res_path/$CUR_TEST"
+ echo "running $the_test"
. "$the_test";
R="$?"
OpenPOWER on IntegriCloud