You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/02/03 10:32:53 UTC

svn commit: r1240042 - /geronimo/tck/branches/3.0-beta/jcdi-tck-runner/run-parts.sh

Author: xiaming
Date: Fri Feb  3 09:32:52 2012
New Revision: 1240042

URL: http://svn.apache.org/viewvc?rev=1240042&view=rev
Log:
Improve run-parts.sh scripts to be able to run locally

Modified:
    geronimo/tck/branches/3.0-beta/jcdi-tck-runner/run-parts.sh

Modified: geronimo/tck/branches/3.0-beta/jcdi-tck-runner/run-parts.sh
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0-beta/jcdi-tck-runner/run-parts.sh?rev=1240042&r1=1240041&r2=1240042&view=diff
==============================================================================
--- geronimo/tck/branches/3.0-beta/jcdi-tck-runner/run-parts.sh (original)
+++ geronimo/tck/branches/3.0-beta/jcdi-tck-runner/run-parts.sh Fri Feb  3 09:32:52 2012
@@ -17,6 +17,8 @@ echo ">>>>>>>>>>>>>>scripts working dir=
 repodir=$dirname/../../repository
 if [ -d $repodir] ; then
     echo ">>>>>>>>>>>>>>>>Maven local repository=$repodir"
+else
+    repodir="$HOME/.m2/repository"    
 fi
 #timestamp=`date +%Y%m%d%H%M`