summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/yardstick/yardstick.yml')
-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