You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/10/02 07:26:42 UTC

svn commit: r293074 - /maven/components/trunk/maven-core-it/it2002/test.sh

Author: brett
Date: Sat Oct  1 22:26:39 2005
New Revision: 293074

URL: http://svn.apache.org/viewcvs?rev=293074&view=rev
Log:
check errors

Modified:
    maven/components/trunk/maven-core-it/it2002/test.sh

Modified: maven/components/trunk/maven-core-it/it2002/test.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/test.sh?rev=293074&r1=293073&r2=293074&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it2002/test.sh (original)
+++ maven/components/trunk/maven-core-it/it2002/test.sh Sat Oct  1 22:26:39 2005
@@ -27,6 +27,8 @@
 rm -Rf target
 
 m2 -e release:prepare -Denv=test -B -Dtag=test-tag
+ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 
 m2 -e release:perform -Denv=test
+ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org