Index: trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 3737)
+++ trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 3769)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-04-19 07:00:20 $
+*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-04-26 19:53:30 $
 *
 * XXX: Must test
@@ -809,5 +809,5 @@
         //
         // We set an arbitrary linear transformation.
-        // 
+        //
         transInit->x->coeff[0][0] = 1.0;
         transInit->x->coeff[0][1] = 3.0;
@@ -993,4 +993,6 @@
     psFree(myRegion);
 
+    fflush(stdout);
+
     return(!testStatus);
 }
Index: trunk/psLib/test/dataManip/verified/tst_psFunc00.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc00.stderr	(revision 3737)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc00.stderr	(revision 3769)
@@ -8,5 +8,5 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial1DAlloc (FILE:LINENO)
-    Error: n is less than 0.
+    Error: n is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psPolynomial1DAlloc} | tst_psFunc00.c)
@@ -21,9 +21,9 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial2DAlloc (FILE:LINENO)
-    Error: nX is less than 0.
+    Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial2DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial2DAlloc (FILE:LINENO)
-    Error: nY is less than 0.
+    Error: nY is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psPolynomial2DAlloc} | tst_psFunc00.c)
@@ -38,13 +38,13 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial3DAlloc (FILE:LINENO)
-    Error: nX is less than 0.
+    Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial3DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial3DAlloc (FILE:LINENO)
-    Error: nY is less than 0.
+    Error: nY is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial3DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial3DAlloc (FILE:LINENO)
-    Error: nZ is less than 0.
+    Error: nZ is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psPolynomial3DAlloc} | tst_psFunc00.c)
@@ -59,17 +59,17 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
-    Error: nW is less than 0.
+    Error: nW is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial4DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
-    Error: nX is less than 0.
+    Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial4DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
-    Error: nY is less than 0.
+    Error: nY is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial4DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
-    Error: nZ is less than 0.
+    Error: nZ is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psPolynomial4DAlloc} | tst_psFunc00.c)
@@ -84,5 +84,5 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial1DAlloc (FILE:LINENO)
-    Error: n is less than 0.
+    Error: n is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psDPolynomial1DAlloc} | tst_psFunc00.c)
@@ -97,9 +97,9 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial2DAlloc (FILE:LINENO)
-    Error: nX is less than 0.
+    Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial2DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial2DAlloc (FILE:LINENO)
-    Error: nY is less than 0.
+    Error: nY is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psDPolynomial2DAlloc} | tst_psFunc00.c)
@@ -114,13 +114,13 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial3DAlloc (FILE:LINENO)
-    Error: nX is less than 0.
+    Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial3DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial3DAlloc (FILE:LINENO)
-    Error: nY is less than 0.
+    Error: nY is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial3DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial3DAlloc (FILE:LINENO)
-    Error: nZ is less than 0.
+    Error: nZ is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psDPolynomial3DAlloc} | tst_psFunc00.c)
@@ -135,17 +135,17 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
-    Error: nW is less than 0.
+    Error: nW is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial4DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
-    Error: nX is less than 0.
+    Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial4DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
-    Error: nY is less than 0.
+    Error: nY is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial4DAlloc
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
-    Error: nZ is less than 0.
+    Error: nZ is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psDPolynomial4DAlloc} | tst_psFunc00.c)
Index: trunk/psLib/test/image/verified/tst_psImageManip.stderr
===================================================================
--- trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 3737)
+++ trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 3769)
@@ -86,5 +86,5 @@
     Following should be an error:
 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, -0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
+    Specified vmin value, 0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     Following should be an error:
@@ -102,5 +102,5 @@
     Following should be an error:
 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, -0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
+    Specified vmax value, 0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     Following should be an error:
Index: trunk/psLib/test/psTest.c
===================================================================
--- trunk/psLib/test/psTest.c	(revision 3737)
+++ trunk/psLib/test/psTest.c	(revision 3769)
@@ -134,4 +134,6 @@
     }
 
+    fflush(stdout);
+    fflush(stderr);
     return success;
 }
Index: trunk/psLib/test/runTest
===================================================================
--- trunk/psLib/test/runTest	(revision 3737)
+++ trunk/psLib/test/runTest	(revision 3769)
@@ -26,5 +26,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2005-04-09 00:04:57 $
+#  $Date: 2005-04-26 19:53:30 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -39,11 +39,12 @@
 # Assign variables based on the presence of command line options to the script
 GetOptions(
-    "reset!"       => \$reset,
-    "resetStderr!" => \$resetStderr,
-    "resetStdout!" => \$resetStdout,
-    "verified=s"   => \$verifiedDir,
-    "help!"        => \$help,
-    "quiet!"       => \$quiet,
-    "printpassfail!"     => \$verbose
+    "reset!"         => \$reset,
+    "resetStderr!"   => \$resetStderr,
+    "resetStdout!"   => \$resetStdout,
+    "verified=s"     => \$verifiedDir,
+    "help!"          => \$help,
+    "quiet!"         => \$quiet,
+    "printpassfail!" => \$verbose,
+    "printdiff!"     => \$printdiff
 );
 
@@ -255,4 +256,5 @@
     exit(0);
 }
+
 exit($exitValue);
 
@@ -364,5 +366,5 @@
                 # Display message of the failure of difference to user
                 print STDERR "\tFailed - STDOUT differences\n";
-
+                print STDERR $diffstdout if $printdiff;
                 # Exit value to indicate STDOUT did not compare
                 $returnVal |= 8;
@@ -372,4 +374,5 @@
                 # Display message of the failure of difference to user
                 print STDERR "\tFailed - STDERR differences\n";
+                print STDERR $diffstdout if $printdiff;
 
                 # Exit value to indicate STDERR did not compare
