IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5110


Ignore:
Timestamp:
Sep 23, 2005, 8:58:49 AM (21 years ago)
Author:
desonia
Message:

removed some debug statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/TestCoverage

    r5109 r5110  
    1717#  RETURN : zero upon successful parsing of directories
    1818#
    19 #  $Revision: 1.2 $  $Name: not supported by cvs2svn $
    20 #  $Date: 2005-09-23 18:58:01 $
     19#  $Revision: 1.3 $  $Name: not supported by cvs2svn $
     20#  $Date: 2005-09-23 18:58:49 $
    2121#
    2222#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    213213                $objfile = `ls $base_dir/.libs/*$objfile`;
    214214                chop $objfile;
    215                 print "objfile=",$objfile,"\n";
    216215                # Increment total number of c files
    217216                $cfiles++;
    218217
    219218                # Call C source sloc count
    220                  print "gcov -f -o $objfile $base_dir/$files[$j] > $base_dir/coverage\n";
    221219                 system("gcov -f -o $objfile $base_dir/$files[$j] > $base_dir/coverage");
    222220                 if ( $? == 0 ) {
Note: See TracChangeset for help on using the changeset viewer.