You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/01/24 16:13:41 UTC

[xalan-test] branch master updated: few fixes to, xalanj tests build file

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-test.git


The following commit(s) were added to refs/heads/master by this push:
     new 8052e352 few fixes to, xalanj tests build file
8052e352 is described below

commit 8052e3522d700ba09a8c3640f4bee018f528466f
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Tue Jan 24 21:43:26 2023 +0530

    few fixes to, xalanj tests build file
---
 build.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/build.xml b/build.xml
index aeb68fbc..e5a763e1 100644
--- a/build.xml
+++ b/build.xml
@@ -913,12 +913,10 @@ dependencies - users must manually 'build jar' first.
         <echo message=" [minitest] Please fix any smoketest problems before checking in!" />
         <fail message="Please fix any smoketest problems before checking in!" />
     </target>
+    
     <target name="smoketest-pass" if="smoketest-passed">
-        <echo message=" [minitest] CONGRATULATIONS! The Smoketest passed!" />
-        <!-- below echo messages, TBD -->
-        <!--<echo message=" [minitest] Details are in ${smoketest.conf.logFile}, ${smoketest.api.logFile}, ${smoketest.extensions.logFile}" />
-        -->
-        <!--<echo message=" [minitest] Details are in ${smoketest.conf.logFile}" />-->
+        <echo message=" [minitest] CONGRATULATIONS! The Smoketest passed!" />        
+        <echo message=" [minitest] Details are in ${smoketest.extensions.logFile}, ${smoketest.conf.logFile}, ${smoketest.accept.logFile}" />
     </target>
 
     <target name="apitest-pass-file-check" unless="apitest-file-check-passed">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org