From 43387219516a8eb32aef6d49c22a1172a44172b4 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Mon, 11 Dec 2006 04:53:47 +0000
Subject: [PATCH] improving versioning test and display

---
 releng.wtpbuilder/distribution/wtp.tests/build.xml           | 5 ++++-
 .../distribution/wtp.tests/testScripts/test.xml              | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml
index 1ffae50f5..0143796b5 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 5e6249e2b..371ba2b92 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">
-- 
GitLab