Merge "tox_install.sh: don't hide output from tox logs"

This commit is contained in:
Jenkins 2015-12-18 21:52:28 +00:00 committed by Gerrit Code Review
commit 7371be1c0d
2 changed files with 0 additions and 5 deletions

View File

@ -44,9 +44,6 @@ sudo -H -u $owner $sudo_env tox -e $VENV
testr_exit_code=$?
set -e
echo "Dumping log from tox_install.sh"
cat /tmp/tox_install.txt
# Collect and parse results
generate_testr_results
exit $testr_exit_code

View File

@ -15,8 +15,6 @@
set -x
exec > /tmp/tox_install.txt 2>&1
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
neutron_installed=$(echo "import neutron" | python 2>/dev/null ; echo $?)
NEUTRON_DIR=$HOME/neutron