From b3c4e45d4a8cc3cfb98f3fb2b617af6b69d3ea30 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 18 Oct 2017 13:35:23 +0200 Subject: drop debug code, of course it works now… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- bin/common-functions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 073d25c2..4a7ed266 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -51,7 +51,6 @@ if [ "${0:0:5}" != "/tmp/" ] ; then fi # abort certain jobs if we know they will fail due to certain bugs… BLOCKER=848422 - set -x case $JOB_NAME in chroot-installation_*_install_design-desktop-*) for BLOCKER in 869155 867695 ; do @@ -93,7 +92,6 @@ if [ "${0:0:5}" != "/tmp/" ] ; then # abort_if_bug_is_still_open $BLOCKER ;; *) ;; esac - set +x # mktemp some place for us... TTT=$(mktemp --tmpdir=/tmp jenkins-script-XXXXXXXX) if [ -z "$TTT" ] ; then -- cgit v1.2.3-70-g09d2