summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorsusgupta <susgupta@redhat.com>2020-12-22 18:42:33 +0530
committerVaibhav Mahajan <vamahaja@redhat.com>2020-12-28 07:02:25 +0000
commit49e32f47c2a247c54e728b857153d29670f796c3 (patch)
tree925d44e1b2a59ec412e50af7087d58a99514d662 /README.rst
parentce9861d28bcf8795c0c1418be99fc3b94b9c766a (diff)
[DocFix] Fix Pytest execution with logging command
Change-Id: I644f706bcb6710d54beb05d71098c8ab84929f34 Signed-off-by: Sushil Gupta <susgupta@redhat.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dc7c32e1..65d3c137 100644
--- a/README.rst
+++ b/README.rst
@@ -173,7 +173,7 @@ For example:
$ tox -e functional -- glusto -c 'config.yml' \
-l /tmp/glustotests-ocp.log --log-level DEBUG \
- --pytest='-v -x tests -m ocp'
+ '--pytest=-v -x tests -m ocp'
One can configure log files, log levels in the test cases as well. For details
on how to use `glusto` framework for configuring logs in tests, refer `docs