Skip to content

Commit

Permalink
Fix qltool test
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Mar 29, 2021
1 parent ad04565 commit b3d01fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qltool.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_qltool_coverage(self):
raise RuntimeError("command '{}' return with error (code {}): {}".format(e.cmd, e.returncode, e.output))

def test_qltool_json(self):
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']
try:
subprocess.check_output(create, stderr=subprocess.STDOUT)
except subprocess.CalledProcessError as e:
Expand Down

0 comments on commit b3d01fe

Please sign in to comment.