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:10:54 UTC

[xalan-java] branch xalan-j_2_7_1_maint 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 xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 3fbc500b few fixes to, xalanj tests build file
3fbc500b is described below

commit 3fbc500b73c62e4b550fab9bcbe05e6ee4bdb9a7
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Tue Jan 24 21:40:39 2023 +0530

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

diff --git a/build_srcdist_xalan_tests.xml b/build_srcdist_xalan_tests.xml
index c28ae6bc..202dde42 100644
--- a/build_srcdist_xalan_tests.xml
+++ b/build_srcdist_xalan_tests.xml
@@ -613,9 +613,9 @@ file build.xml provided by XalanJ xalan-test git repos.
 
 
     <!-- ================================================================== -->
-    <!-- Run tests: a specific named API test                               -->
+    <!-- Run tests: specific named API tests                              -->
     <!-- ================================================================== -->
-	<target name="api" description="Run a specific API test"
+	<target name="api" description="Run specific API tests"
 	        depends="init.test">
 	    <!-- Note no default is set; also testClass is not prefixed! -->
 	    <!--<echo message="Executing Xalan api test: ${testClass}" />-->
@@ -915,12 +915,10 @@ file build.xml provided by XalanJ xalan-test git repos.
         <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