commit | b60f37278fba8f3d21cab054f1dce6004741387f | [log] [tgz] |
---|---|---|
author | Ksawery Dziekoński <kdziekonski@mirantis.com> | Mon Mar 02 13:00:38 2020 +0100 |
committer | Ksawery Dziekoński <kdziekonski@mirantis.com> | Fri Mar 20 07:19:47 2020 +0100 |
tree | 94df06210d9bf16d869005836ed3206f5082525a | |
parent | 30119b6cfe1f9389c84e4700a124ee832ce52dbf [diff] [blame] |
Added option to enable additional loggers Fixes PROD-34686 Change-Id: Ibda9460e6fe1a0a2b6a504a7a9834ca17dde7c2b
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index f626112..5b1282b 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -38,6 +38,9 @@ virtualenv $VENV_DIR source ${VENV_DIR}/bin/activate python -m pip install salt${PIP_SALT_VERSION} + if [[ -f ${CURDIR}/test-requirements.txt ]]; then + python -m pip install -r ${CURDIR}/test-requirements.txt + fi } setup_test_state() {