From: Tomi Juvonen Date: Tue, 7 Jun 2016 05:03:35 +0000 (+0000) Subject: Merge "Revisit fault table" X-Git-Tag: colorado.1.0~64 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2a1c5688de09532785fb0f79744f6531cb85122a;hp=b4180a43b1350e02ddc124dbaaa8b3885e78a26e;p=doctor.git Merge "Revisit fault table" --- diff --git a/tests/run.sh b/tests/run.sh index 00dcabca..241d6898 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e ############################################################################## # Copyright (c) 2016 NEC Corporation and others. # @@ -8,6 +8,8 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +[[ "${CI_DEBUG:-true}" == "true" ]] && set -x + IMAGE_URL=https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img IMAGE_NAME=cirros IMAGE_FILE="${IMAGE_NAME}.img"