X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;h=241d6898b33ffba8d291ce6829a93af1e0771ea3;hb=c4ae9cf6e1b1ff3c46699f596d22e60a8512e939;hp=00dcabcacba7fd18d30aafdea68f212d7257c2ea;hpb=24be63fc311ae57ca9de23e2c874632a60bdef6d;p=doctor.git 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"