Merge "Run sudo /w -H in akanda post_test_hook"

This commit is contained in:
Jenkins 2015-06-23 11:50:38 +00:00 committed by Gerrit Code Review
commit b8c4b9ee9b

View File

@ -29,7 +29,7 @@
function post_test_hook {{
source $BASE/new/devstack/openrc admin admin
cd /opt/stack/new/akanda-rug
sudo -E -u stack ./tools/run_functional.sh
sudo -H -E -u stack ./tools/run_functional.sh
}}
export -f post_test_hook
fi