From c1caf40032cf6fb3bb56bf6b31ec2abea84dcea9 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 7 Oct 2014 12:47:56 +1300 Subject: [PATCH] Preserve env when calling tox This will run the integration tests with the sourced credentials. Change-Id: Id6c8072c28949e8c25b46d3d24546bd660c77017 --- heat_integrationtests/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/post_test_hook.sh b/heat_integrationtests/post_test_hook.sh index c6afcbffba..09016aaf38 100755 --- a/heat_integrationtests/post_test_hook.sh +++ b/heat_integrationtests/post_test_hook.sh @@ -16,4 +16,4 @@ source /opt/stack/new/devstack/accrc/demo/demo cd /opt/stack/new/heat -sudo tox -eintegration +sudo -E tox -eintegration