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 jv...@apache.org on 2004/06/19 20:49:00 UTC

cvs commit: maven-components/maven-core m2-bootstrap.sh

jvanzyl     2004/06/19 11:49:00

  Modified:    maven-core m2-bootstrap.sh
  Log:
  o run the integration tests from the bootstrap
  
  Revision  Changes    Path
  1.2       +13 -0     maven-components/maven-core/m2-bootstrap.sh
  
  Index: m2-bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/m2-bootstrap.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- m2-bootstrap.sh	11 Jun 2004 15:11:51 -0000	1.1
  +++ m2-bootstrap.sh	19 Jun 2004 18:49:00 -0000	1.2
  @@ -107,3 +107,16 @@
   cp -r ${DIST}/plugins "${M2_HOME}"
   
   rm -f bootstrap.* > /dev/null 2>&1
  +
  +(
  +  cd ../maven-core-it
  +
  +  echo
  +  
  +  echo "Running maven-core integration tests ..."
  +
  +  echo 
  +  
  +  ./maven-core-it.sh 
  +
  +)