release-testing.sh 396 B

12345678910111213141516
  1. #!/bin/sh
  2. # test locally
  3. perlall -m --nogit maketest -v
  4. # creates log.modules files with date added
  5. for l in `git ls-tree --name-only master|grep log.modules`; do
  6. v=`perl -ne'm{^# path = .+perl(5.*)} and print $1' $l`
  7. [ -n $v ] && perlall=$v perlall -m make '-Iblib/arch -Iblib/lib t/modules.t -no-date t/top100'
  8. done
  9. # t/todomod.pl
  10. # test vm's
  11. #perlall testvm --all
  12. ./status_upd -fqd