From 10d8d7bf1e87e1bae3e285381482944f1523a592 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 1 Apr 2016 09:15:05 -0500 Subject: [PATCH] Better organize the tox.ini passenv vars - Adds entries for testr env vars that control logging - Vertically aligns to improve diffs in the future. - Sorts in alpha order Change-Id: I3825151a6927fb7227a2861be72014b7bed32b13 --- tox.ini | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0b429df64..a54d1cea8 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,16 @@ whitelist_externals = sh commands = find . -type f -name "*.pyc" -delete sh tools/pretty_tox.sh '{posargs}' -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +passenv = http_proxy + HTTP_PROXY + https_proxy + HTTPS_PROXY + no_proxy + NO_PROXY + OS_DEBUG + OS_LOG_CAPTURE + OS_STDERR_CAPTURE + OS_STDOUT_CAPTURE [testenv:py34] commands =