Skip to content

Instantly share code, notes, and snippets.

@jmesnil
Created May 7, 2009 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmesnil/108033 to your computer and use it in GitHub Desktop.
Save jmesnil/108033 to your computer and use it in GitHub Desktop.
for i in {1..100}
do
echo $i
ant -Dtest-mask=JMSServerControl2Test integration-tests
if [ $? != 0 ] ; then
break
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment