From 6e9fc50304abd63a50ba80d563333ce48f0fe98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 9 May 2017 14:11:37 +0200 Subject: [PATCH] Run tests during daily builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To ensure we will not ship something broken. Signed-off-by: Michal Čihař --- scripts/create-release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index b0a32af100..af1007c7fb 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -44,10 +44,10 @@ while [ $# -gt 0 ] ; do do_test=1 ;; --daily) - do_ci=1 do_sign=0 do_pull=1 do_daily=1 + do_test=1 ;; --ci) do_test=1 @@ -127,7 +127,7 @@ else CONFIG_LIB=libraries/Config.class.php fi -if [ $do_ci -eq 0 ] ; then +if [ $do_ci -eq 0 -a -$do_daily -eq 0 ] ; then cat <