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 2019/01/16 15:47:38 UTC

[tomee-tck] branch master updated: remove svn and print correct directories

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d3c3dc  remove svn and print correct directories
3d3c3dc is described below

commit 3d3c3dc9f3b6e02510cfa71bb5ba0440663b0c06
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Jan 16 16:47:32 2019 +0100

    remove svn and print correct directories
---
 runtests | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtests b/runtests
index 79b2245..e80d0f5 100755
--- a/runtests
+++ b/runtests
@@ -324,8 +324,8 @@ echo "" # just an empty line
 }
 [ ! -z $env ] && export
 
-egrep 'javaee6.(ri|cts).home' ~/.m2/settings.xml | perl -pe 's,^ *|<[^>]+>,,g' | while read n; do echo $n; ls -l $n; done
-svn info
+# 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
 
 
 # Fire up Maven to do the real work
@@ -351,7 +351,7 @@ exec mvn $MAVEN_OPTS -U -V --file "$DIRNAME/pom.xml" \
       --errors \
       $CONFIG \
       $tomcatVersion \
-      $args 
+      $args
 fi
 
 # Make sure formatting is reset