mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Remove Perl from conversion script
This commit is contained in:
parent
2a4674eb3b
commit
8c36db1272
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
|||
printf "C++: %5d\n" $(ls *.t.cpp | wc -l)
|
||||
printf "Python: %5d\n" $(head -n1 *.t | grep -a '\bpython' | wc -l)
|
||||
printf "Bash: %5d\n" $(head -n1 *.t | grep -a '\bbash' | wc -l)
|
||||
printf "Perl: %5d\n" $(head -n1 *.t | grep -a '\bperl\b' | wc -l)
|
||||
if [ "$1" = "-v" ]; then
|
||||
echo "Perl left: " $(grep -Rl '^#\! \?/usr/bin/env perl\b' *)
|
||||
fi
|
||||
echo
|
||||
printf "Feature %5d\n" $(ls feature.*.t | wc -l)
|
||||
printf "Bug %5d\n" $(ls tw-*.t bug.*.t | wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue