diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml
index 1ffae50f5983c0a179a4fd02cb4c53268e1b83ea..0143796b51de5c772d51f88305eb57f5a49c87f6 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/build.xml
@@ -68,7 +68,10 @@
 
     <target name="unzipTests">
 
-        <!--unzip the builds and junit tests -->
+        <!--unzip the builds and junit tests
+        we use 'unzip' here, so we can continue on error 
+        (such as if zip was not created, due to other failures or options). 
+        -->
         <exec
             dir="${buildDirectory}/${buildLabel}"
             executable="unzip"
diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
index 5e6249e2b692237fd2eff03d684e54fcc24d073c..371ba2b92c0ae635bfce747e6d00bde7c7d7a348 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
@@ -475,7 +475,10 @@
 		
 
 		<echo message="Ended JPA Unit Tests"/>	
-
+	    
+		<echo message="Starting releng tests"/>		
+		<antcall target="releng-tests" />
+	    
 	</target>
 
 	<target name="genHtml" description="Generates HTML results with provided JUNIT.XSL provided" unless="genHtml.disable">