diff options
author | Helen Yao <yaohelan@huawei.com> | 2017-01-23 09:05:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-23 09:05:25 +0000 |
commit | 1015e2f16285c24fb510c9b937bcef593c940ae8 (patch) | |
tree | db7e30de2a6b3b8d3f27c96798b4b96d0aeec61e /run_unit_tests.sh | |
parent | 6503cfae235e53fc994d84411cc8f3d8a59750fd (diff) | |
parent | 168502f9fa58d9c348adb563b705d17c5ec4dcf7 (diff) |
Merge "Leverage logging config and refactor the logger"
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index 79d05d3d1..5167d78c6 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -38,6 +38,7 @@ nosetests --with-xunit \ --cover-package=functest.utils \ --cover-xml \ --cover-html \ + --log-config=$(pwd)/functest/tests/unit/test_logging.ini \ functest/tests/unit rc=$? |