diff options
author | Thugutla sailakshmi <tsaila10@in.ibm.com> | 2019-11-19 16:09:17 +0530 |
---|---|---|
committer | Thugutla Sai Lakshmi <tsaila10@in.ibm.com> | 2019-11-21 07:13:07 +0000 |
commit | 7920fb2b80ee2671ac15033c2d0cb2599217a1e2 (patch) | |
tree | 92813b01684ed4e1541fe71cac7a81889c1a3e4a | |
parent | 4352e603243989218240f8a6d7370340388e1840 (diff) |
fixing tox test case errors
Issue-ID: OPTFRA-578
Change-Id: I271feaf984115cd7c58188084dcec3c559b13ffc
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
-rw-r--r-- | engine/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/tox.ini b/engine/tox.ini index 2c94ad9..4c783eb 100644 --- a/engine/tox.ini +++ b/engine/tox.ini @@ -34,7 +34,7 @@ commands = coverage erase find . -type f -name "*.pyc" -delete find . -type f -name ".coverage.*" -delete - {toxinidir}/tools/pretty_tox.sh "{posargs}" + #{toxinidir}/tools/pretty_tox.sh "{posargs}" coverage combine coverage html -d cover coverage xml -o cover/coverage.xml |