From d78b9b0123abead5bfe8681b6971b768144c09d5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 19 Feb 2014 14:58:57 -0700 Subject: [PATCH] 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 --- jenkins/jenkins-pull-requests-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/jenkins-pull-requests-build b/jenkins/jenkins-pull-requests-build index e9ad052f2f..4513b60658 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 -- 2.39.5