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:
Jason van Zyl 2004-01-31 03:13:03 +00:00
parent ca1a69cf34
commit 9a7650eb9b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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" );
}
}