mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests - add total number of tests to conversion script
This commit is contained in:
parent
51e947064f
commit
d37937d970
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ fi
|
|||
echo
|
||||
printf "Feature %5d\n" $(ls feature.*.t | wc -l)
|
||||
printf "Bug %5d\n" $(ls {tw-,bug.}*.t | wc -l)
|
||||
echo
|
||||
printf "Total: %5d\n" $(ls *.t | wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue