Changeset 25079
- Timestamp:
- Aug 14, 2009, 1:11:14 PM (17 years ago)
- Location:
- trunk/ippTests/tap
- Files:
-
- 3 edited
-
mailTestResults.pl (modified) (1 diff)
-
proveParser.pl (modified) (1 diff)
-
tapTest.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTests/tap/mailTestResults.pl
r25041 r25079 6 6 use Email::Send; 7 7 8 my $email=" giebink\@ifa.hawaii.edu";8 my $email="ps-ipp-dev\@ifa.hawaii.edu"; 9 9 10 10 my $today = `date -u +%Y%m%d`; -
trunk/ippTests/tap/proveParser.pl
r25041 r25079 13 13 while (<IF>) { 14 14 print $_; 15 if (/ Failed Test Stat Wstat Total Fail List of Failed/) {15 if (/^Failed Test/) { 16 16 $flag = 1; 17 17 } -
trunk/ippTests/tap/tapTest.pl
r25041 r25079 6 6 7 7 #delete modules with tap tests 8 system `rm -rf /data/ipp001.0/ippTests/tap/ipp/Nebulous /*`;8 system `rm -rf /data/ipp001.0/ippTests/tap/ipp/Nebulous`; 9 9 10 10 #delete Nebulous binaries … … 28 28 chdir "/data/ipp001.0/ippTests/tap/ipp/$dir/nebclient"; 29 29 system ("autogen.sh --prefix=/data/ipp001.0/ippTests/tap/usr"); 30 system (" make");30 system ("/usr/bin/make"); 31 31 chdir "/data/ipp001.0/ippTests/tap/ipp/$dir"; 32 32 system ("perl Build.PL --prefix=/data/ipp001.0/ippTests/tap/usr");
Note:
See TracChangeset
for help on using the changeset viewer.
