summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorKristian Hunt <kristian.hunt@gmail.com>2015-08-25 11:53:32 +0200
committerKristian Hunt <kristian.hunt@gmail.com>2015-08-25 11:53:32 +0200
commit8c2a0b79290833043f6bacb686134f38bdd6142b (patch)
treea2ca2b0eb531a96ee2255119452dedc90329d1a1 /jjb
parented0d56de5b9de97cf82c06f06933ab3bf7d9f3a8 (diff)
Show output from setup.py in yardstick verify and merge jobs
This patch makes it easier to debug errors encountered when adding new dependencies to yardstick and changing the CI pipeline. Change-Id: I6472aedf2123f0a8968b87377941226db8854009 Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/yardstick/yardstick.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml
index f672b2b87..d85d14e58 100644
--- a/jjb/yardstick/yardstick.yml
+++ b/jjb/yardstick/yardstick.yml
@@ -141,7 +141,7 @@
virtualenv $WORKSPACE/yardstick_venv
source $WORKSPACE/yardstick_venv/bin/activate
easy_install -U setuptools
- python setup.py develop > /dev/null 2>&1
+ python setup.py develop
./run_tests.sh
deactivate
@@ -206,7 +206,7 @@
virtualenv $WORKSPACE/yardstick_venv
source $WORKSPACE/yardstick_venv/bin/activate
easy_install -U setuptools
- python setup.py develop > /dev/null 2>&1
+ python setup.py develop
./run_tests.sh
deactivate