mirror of https://github.com/apache/maven.git
o correcting path that is used when running the tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57113a0329
commit
dbacfee39a
|
@ -165,7 +165,7 @@ buildMavenProject()
|
|||
home=`pwd`
|
||||
|
||||
cd $1
|
||||
|
||||
|
||||
# Look for source directory in project.xml
|
||||
sourceDirectory=`grep sourceDirectory project.xml | sed -e 's/^*//;s/<sourceDirectory>//;s/<\/sourceDirectory>//;s/\${basedir}\///'`
|
||||
|
||||
|
@ -237,7 +237,7 @@ buildMavenProject()
|
|||
|
||||
# We only need the booter jar in the classpath, it will load everything else.
|
||||
|
||||
runTests ".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-booter-1.0.jar" "$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
|
||||
runTests ".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-booter-1.0.jar" "$1" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
|
||||
|
||||
if [ "$2" = "default" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue