summaryrefslogtreecommitdiffstats
path: root/scripts/make_release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_release.sh')
-rwxr-xr-xscripts/make_release.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/make_release.sh b/scripts/make_release.sh
index 49a1a47..7c1013a 100755
--- a/scripts/make_release.sh
+++ b/scripts/make_release.sh
@@ -74,6 +74,11 @@ if grep -q UNRELEASED debian/changelog; then
exit 1
fi
+if [ "${1}" == "--test" ]; then
+ echo "test mode: all checks ok -- stopping"
+ exit
+fi
+
tmp="$(mktemp -d /tmp/${0##*/}.XXXXXX)"
log="${tmp}/log"