Merge "whitelist bash in integration test"

This commit is contained in:
Jenkins
2015-05-17 20:26:28 +00:00
committed by Gerrit Code Review

View File

@@ -20,6 +20,7 @@ downloadcache = ~/cache/pip
commands = flake8 {posargs}
[testenv:integration]
whitelist_externals = bash
commands =
bash integration-test/test.sh {posargs}