mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Tests: conversion -v now also lists any perl file under test/
This commit is contained in:
parent
4c22f1ddb0
commit
90806f3b49
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ printf "C++: %5d\n" $(ls *.t.cpp | wc -l)
|
|||
printf "Python: %5d\n" $(head -n1 *.t | grep -a '\bpython' | wc -l)
|
||||
printf "Perl: %5d\n" $(head -n1 *.t | grep -a '\bperl\b' | wc -l)
|
||||
if [ "$1" = "-v" ]; then
|
||||
echo "Perl left: " $(grep -l '^#\! \?/usr/bin/env perl\b' *.t)
|
||||
echo "Perl left: " $(grep -Rl '^#\! \?/usr/bin/env perl\b' *)
|
||||
fi
|
||||
echo
|
||||
printf "Feature %5d\n" $(ls feature.*.t | wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue