File: dovg.sh

package info (click to toggle)
libmarpa-r2-perl 12.000000-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,660 kB
  • sloc: perl: 42,628; ansic: 23,387; sh: 4,363; makefile: 157
file content (8 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
# Intended to be run from the cpan directory
(ls t/*.t; ls html/t/*.t) |
while read t
do
  echo === $t ===;
  echo $t | perl -Ilib -Iblib/arch \
    -E 'my $t = <STDIN>; chomp $t; use Test::Valgrind (file => $t, extra_supps => ["etc/my_suppressions"]);' 
done 2>&1 | tee dovg.log