mirror of https://github.com/apache/maven.git
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:
parent
cf719faeda
commit
f29ce7b518
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue