check success of surefire

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-07-18 06:43:40 +00:00
parent cf719faeda
commit f29ce7b518
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ 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.1.jar" "$1" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
isCommandSuccessful $? "Failed running project tests!"
if [ "$2" = "default" ]
then