Skip to content

Commit b3d01fe

Browse files
committed
Fix qltool test
1 parent ad04565 commit b3d01fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_qltool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_qltool_coverage(self):
3737
raise RuntimeError("command '{}' return with error (code {}): {}".format(e.cmd, e.returncode, e.output))
3838

3939
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']
40+
create = [sys.executable, '../qltool', 'run', '-f','../examples/rootfs/x86_linux/bin/x86_hello','--rootfs', '../examples/rootfs/x86_linux','--verbose', '0', '--json']
4141
try:
4242
subprocess.check_output(create, stderr=subprocess.STDOUT)
4343
except subprocess.CalledProcessError as e:

0 commit comments

Comments
 (0)