From dea8622c0dcbba999bd446c4145c7629435fff24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Tue, 13 Aug 2013 01:37:30 +0200 Subject: [PATCH] autorun test before tagging new version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dev/dist.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/dist.sh b/dev/dist.sh index 8e99f262..75168334 100755 --- a/dev/dist.sh +++ b/dev/dist.sh @@ -94,6 +94,8 @@ tag() echo test | ./src/__main__.py -f pinkie >/dev/null || exit 1 echo 'No error was thrown' + ./dev/tests/test-everything || exit $? + version=`./setup.py version` if [ "$version" = 'Ponysay '"$1"' installer' ]; then git tag -a "$@" && git checkout "$1" && git push -u origin "$1"