Fix core WST file
[jabaws.git] / runtests.sh
index 6d52d1f..0fc5a51 100644 (file)
@@ -6,7 +6,7 @@ ANT_HOME=/sw/java/ant; export ANT_HOME;
 ANT=/sw/java/ant/bin/ant; export ANT;
 
 # Re-Run tests run which was last run in IDE 
-$ANT -f build.xml CustomTest
+#$ANT -f build.xml CustomTest
 
 # Excludes cluster dependent and non-windows machine tests, 
 # so can be safely run from the development environment 
@@ -19,4 +19,4 @@ $ANT -f build.xml CustomTest
 #$ANT -f build.xml Run_cluster_dependent_test
 
 # For running ALL tests
-#$ANT -f build.xml Test
\ No newline at end of file
+$ANT -f build.xml Test
\ No newline at end of file