Skip to content
Snippets Groups Projects
Commit e6ce96f1 authored by Gregory Becker's avatar Gregory Becker
Browse files

make test fail

parent b4f52f01
Branches
No related tags found
No related merge requests found
......@@ -1118,7 +1118,7 @@ def test(self):
# run hello world
output = self.command('-c', 'print("hello world!")',
output=str.split, error=str.split)
assert output == "hello world!\n"
assert output == "hello world!"
# error = self.command('-c', 'print("Error: failed.")',
# output=str.split, error=str.split)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment