IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2005, 9:53:30 AM (21 years ago)
Author:
desonia
Message:

fixed small problems that made build using GCC 4.0 fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r3690 r3769  
    2626#
    2727#  $Revison:  $  $Name: not supported by cvs2svn $
    28 #  $Date: 2005-04-09 00:04:57 $
     28#  $Date: 2005-04-26 19:53:30 $
    2929#
    3030#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    3939# Assign variables based on the presence of command line options to the script
    4040GetOptions(
    41     "reset!"       => \$reset,
    42     "resetStderr!" => \$resetStderr,
    43     "resetStdout!" => \$resetStdout,
    44     "verified=s"   => \$verifiedDir,
    45     "help!"        => \$help,
    46     "quiet!"       => \$quiet,
    47     "printpassfail!"     => \$verbose
     41    "reset!"         => \$reset,
     42    "resetStderr!"   => \$resetStderr,
     43    "resetStdout!"   => \$resetStdout,
     44    "verified=s"     => \$verifiedDir,
     45    "help!"          => \$help,
     46    "quiet!"         => \$quiet,
     47    "printpassfail!" => \$verbose,
     48    "printdiff!"     => \$printdiff
    4849);
    4950
     
    255256    exit(0);
    256257}
     258
    257259exit($exitValue);
    258260
     
    364366                # Display message of the failure of difference to user
    365367                print STDERR "\tFailed - STDOUT differences\n";
    366 
     368                print STDERR $diffstdout if $printdiff;
    367369                # Exit value to indicate STDOUT did not compare
    368370                $returnVal |= 8;
     
    372374                # Display message of the failure of difference to user
    373375                print STDERR "\tFailed - STDERR differences\n";
     376                print STDERR $diffstdout if $printdiff;
    374377
    375378                # Exit value to indicate STDERR did not compare
Note: See TracChangeset for help on using the changeset viewer.