Show output from setup.py in yardstick verify and merge jobs 99/1299/1
authorKristian Hunt <kristian.hunt@gmail.com>
Tue, 25 Aug 2015 09:53:32 +0000 (11:53 +0200)
committerKristian Hunt <kristian.hunt@gmail.com>
Tue, 25 Aug 2015 09:53:32 +0000 (11:53 +0200)
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>
jjb/yardstick/yardstick.yml

index f672b2b..d85d14e 100644 (file)
             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
 
             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