[Skiboot] [PATCH] external/test: Print the name of each test

Oliver O'Halloran oohall at gmail.com
Thu Nov 30 16:30:05 AEDT 2017


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 at gmail.com>
---
 external/test/test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/external/test/test.sh b/external/test/test.sh
index 7a60c93280a7..c79a48648acb 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="$?"
-- 
2.9.5



More information about the Skiboot mailing list