coreall.sh 204 B

123456
  1. #!/bin/sh
  2. # run all perls on a single core test
  3. t=${1:-t/CORE/v5.22/comp/proto.t}
  4. echo perlall='5.*-nt' perlall -m --nolog do $t
  5. perlall='5.*-nt' perlall -m --nolog do $t 2>&1 | egrep '(^not ok|/perl5.)'