mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
test: Add test name to summary output
This commit is contained in:
parent
eadfcad580
commit
30a45fc76b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ run() {
|
||||||
|
|
||||||
if [[ $2 = '--summary' ]]; then
|
if [[ $2 = '--summary' ]]; then
|
||||||
## really simple results summary by filtering plenary busted output
|
## 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
|
else
|
||||||
run tests/$1
|
run tests/$1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue