Index: trunk/psLib/test/FullUnitTest
===================================================================
--- trunk/psLib/test/FullUnitTest	(revision 1034)
+++ trunk/psLib/test/FullUnitTest	(revision 1035)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.6 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-06-15 00:13:57 $
+#  $Revision: 1.7 $  $Name: not supported by cvs2svn $
+#  $Date: 2004-06-15 00:19:42 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -229,5 +229,7 @@
             # Display the make was successful if silent option not set
             print("\nMake successful.\n") if ( ! $silent);
-            `make install`;
+            if ($clean) {
+                `make install`;
+            }
         }
     }
