Skip to content

Commit

Permalink
give feedback as test cases are run
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Aug 25, 2017
1 parent aa4b1ac commit b7dae39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tools/libtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,10 @@ run_test_cases()
fi
test_setup
while read -r name <&3; do
if [ "${V:-}" = '@' ]; then
# align with output from make, based on $V which is inherited from make
printf ' CASE %s\n' "$0:$name"
fi
if [ -s "$name-todo" ] && [ -z "$todos" ]; then
printf '%s[skipped] ' "$indent"
test_todo_message "$(cat < "$name-todo")"
Expand Down

0 comments on commit b7dae39

Please sign in to comment.