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/02/03 01:43:02 UTC

[xalan-test] branch master updated: improving few, xalanj tests build console messages

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 c2cd0bfa improving few, xalanj tests build console messages
c2cd0bfa is described below

commit c2cd0bfa5c93b7183d74ee46b531130c3847e551
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Fri Feb 3 07:12:47 2023 +0530

    improving few, xalanj tests build console messages
---
 build.xml | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/build.xml b/build.xml
index 395f02d7..fac23d42 100644
--- a/build.xml
+++ b/build.xml
@@ -1699,18 +1699,20 @@ dependencies - users must manually 'build jar' first.
         <property name="scan.outputDir" value="${conf.xsltc.outputDir}"/>
         <antcall target="scan" />
 
-        <echo message=" [minitest] COMPLETED, running the conf.xsltc tests (excluding the xsltc compile tests)" />
-        <echo message=""/>
-
-        <mkdir dir="results-xsltc-compile-tests"/>
+        <mkdir dir="results-xsltc-compile-verification-tests"/>
         
         <xsltcTestsTask inputDir="tests/xsltc/attribset" 
-                        resultDir="results-xsltc-compile-tests" 
+                        resultDir="results-xsltc-compile-verification-tests" 
                         bootclasspathref="boot.class.path"/>
 
         <echo message=""/>
-        <echo message=" [minitest] CONGRATULATIONS! The xsltc compile tests have passed!" />
-        <echo message=" [minitest] See details of the xsltc compile tests results, at results-xsltc-compile-tests/actual_test_results.xml" />                        
+        <echo message=" [minitest] Completed, running the 'xsltc compilation error verification' tests, and these have passed" />
+        <echo message=" [minitest] See details of the 'xsltc compilation error verification' test results, at results-xsltc-compile-verification-tests/actual_test_results.xml" />
+        
+        <echo message=""/>
+        
+        <echo message=" [minitest] CONGRATULATIONS! The conf.xsltc tests passed!" />
+
     </target>
 
     <target name="perf.xsltc" description="Run TestletDriver over the perf tree using xsltc">


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