From 49e32f47c2a247c54e728b857153d29670f796c3 Mon Sep 17 00:00:00 2001 From: susgupta Date: Tue, 22 Dec 2020 18:42:33 +0530 Subject: [DocFix] Fix Pytest execution with logging command Change-Id: I644f706bcb6710d54beb05d71098c8ab84929f34 Signed-off-by: Sushil Gupta --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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 -- cgit