From: Ken Dreyer Date: Wed, 19 Feb 2014 21:58:57 +0000 (-0700) Subject: jenkins: add debugging output to shell script X-Git-Tag: v0.94.10~27^2^2~364^2~359 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d78b9b0123abead5bfe8681b6971b768144c09d5;p=ceph.git jenkins: add debugging output to shell script When we migrated the Jenkins commands into Git, the exact commands are no longer visible unless we run with "-x". Add "set -x" to the script to enable debugging. Signed-off-by: Ken Dreyer --- diff --git a/jenkins/jenkins-pull-requests-build b/jenkins/jenkins-pull-requests-build index e9ad052f2f61f..4513b6065893b 100755 --- a/jenkins/jenkins-pull-requests-build +++ b/jenkins/jenkins-pull-requests-build @@ -3,6 +3,8 @@ # This is the script that runs inside Jenkins. # http://jenkins.ceph.com/job/teuthology-pull-requests/ +set -x + virtualenv --version virtualenv --system-site-packages --distribute venv . venv/bin/activate