You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2004/07/18 08:43:40 UTC

cvs commit: maven-components/maven-mboot/src/bash maven.functions

brett       2004/07/17 23:43:40

  Modified:    maven-mboot/src/bash maven.functions
  Log:
  check success of surefire
  
  Revision  Changes    Path
  1.44      +2 -0      maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- maven.functions	18 Jul 2004 01:22:48 -0000	1.43
  +++ maven.functions	18 Jul 2004 06:43:40 -0000	1.44
  @@ -258,6 +258,8 @@
         # 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