From 30a45fc76bce58d436a5c2a460c2e90c68530c7e Mon Sep 17 00:00:00 2001 From: Raymond Ha Date: Wed, 7 Dec 2022 10:47:08 -0800 Subject: test: Add test name to summary output --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 4db68190c..c6660a7f6 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -10,7 +10,7 @@ run() { if [[ $2 = '--summary' ]]; then ## really simple results summary by filtering plenary busted output - run tests/$1 2> /dev/null | grep -E '^\S*(Success|Fail(ed)?|Errors?)\s*:' + run tests/$1 2> /dev/null | grep -E '^\S*(Testing|Success|Failed|Errors)\s*:' else run tests/$1 fi -- cgit v1.2.3-70-g09d2