mirror of https://github.com/apache/maven.git
o fixing test resoruces file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca1a69cf34
commit
9a7650eb9b
|
@ -175,11 +175,11 @@ buildMavenProject()
|
|||
|
||||
copyResources bootstrap.resources target/classes
|
||||
|
||||
copyResources bootstrap.test.resources target/test-classes
|
||||
copyResources bootstrap.tests.resources target/test-classes
|
||||
|
||||
echo "Running tests in `pwd`"
|
||||
|
||||
runTests ".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-0.5.jar" "$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
|
||||
runTests ".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-booter-1.0.jar" "$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
|
||||
|
||||
if [ "$2" = "default" ]
|
||||
then
|
||||
|
|
|
@ -155,7 +155,7 @@ public class Bootstrapper
|
|||
|
||||
writeFile( "bootstrap.tests.excludes", tests.toString() );
|
||||
|
||||
writeResources( unitTests.getResources(), "bootstrap.test.resources" );
|
||||
writeResources( unitTests.getResources(), "bootstrap.tests.resources" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue