You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/10 11:20:36 UTC

[tomee-tck] 03/10: Also print Jakarta configuration properties. We don't need to have a different version in the EE 9 branch. We can handle both the same way.

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 3932733156a133687c516752ed237a503ae7fe8c
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 10 11:35:50 2020 +0100

    Also print Jakarta configuration properties. We don't need to have a different version in the EE 9 branch. We can handle both the same way.
---
 runtests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtests b/runtests
index 0cdd1b4..d7807c4 100755
--- a/runtests
+++ b/runtests
@@ -325,7 +325,7 @@ echo "" # just an empty line
 [ ! -z $env ] && export
 
 # printing the content of the 2 main directories
-egrep 'javaee.(ri|cts).home' ~/.m2/settings.xml | perl -pe 's,^ *|<[^>]+>,,g' | while read n; do echo $n; ls -l $n; done
+egrep '(javaee|jakarta).(ri|cts).home' ~/.m2/settings.xml | perl -pe 's,^ *|<[^>]+>,,g' | while read n; do echo $n; ls -l $n; done
 
 
 # Fire up Maven to do the real work