We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad04565 commit b3d01feCopy full SHA for b3d01fe
tests/test_qltool.py
@@ -37,7 +37,7 @@ def test_qltool_coverage(self):
37
raise RuntimeError("command '{}' return with error (code {}): {}".format(e.cmd, e.returncode, e.output))
38
39
def test_qltool_json(self):
40
- create = [sys.executable, '../qltool', 'run', '-f','../examples/rootfs/x86_linux/bin/x86_hello','--rootfs', '../examples/rootfs/x86_linux','--output', 'False', '--json']
+ create = [sys.executable, '../qltool', 'run', '-f','../examples/rootfs/x86_linux/bin/x86_hello','--rootfs', '../examples/rootfs/x86_linux','--verbose', '0', '--json']
41
try:
42
subprocess.check_output(create, stderr=subprocess.STDOUT)
43
except subprocess.CalledProcessError as e:
0 commit comments