IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25079


Ignore:
Timestamp:
Aug 14, 2009, 1:11:14 PM (17 years ago)
Author:
giebink
Message:

Files updated to run via cron. Directories containing tap tests (Nebulous-Server, Nebulous, psLib, ad psModules) are checked out weekly. The tests are built, run, and a summary mailed to ps-ipp-dev.

Location:
trunk/ippTests/tap
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTests/tap/mailTestResults.pl

    r25041 r25079  
    66use Email::Send;
    77
    8 my $email="giebink\@ifa.hawaii.edu";
     8my $email="ps-ipp-dev\@ifa.hawaii.edu";
    99
    1010my $today = `date -u +%Y%m%d`;
  • trunk/ippTests/tap/proveParser.pl

    r25041 r25079  
    1313while (<IF>) {
    1414  print $_;
    15   if (/Failed Test                      Stat Wstat Total Fail  List of Failed/) {
     15  if (/^Failed Test/) {
    1616    $flag = 1;
    1717  }
  • trunk/ippTests/tap/tapTest.pl

    r25041 r25079  
    66
    77#delete modules with tap tests
    8 system `rm -rf /data/ipp001.0/ippTests/tap/ipp/Nebulous/*`;
     8system `rm -rf /data/ipp001.0/ippTests/tap/ipp/Nebulous`;
    99
    1010#delete Nebulous binaries
     
    2828        chdir "/data/ipp001.0/ippTests/tap/ipp/$dir/nebclient";
    2929        system ("autogen.sh --prefix=/data/ipp001.0/ippTests/tap/usr");
    30         system ("make");
     30        system ("/usr/bin/make");
    3131        chdir "/data/ipp001.0/ippTests/tap/ipp/$dir";
    3232        system ("perl Build.PL --prefix=/data/ipp001.0/ippTests/tap/usr");
Note: See TracChangeset for help on using the changeset viewer.