Skip to content

Commit 1b56de2

Browse files
committed
More debug output
1 parent 0dbe474 commit 1b56de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sail/tests/end2end.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ def test_000_config(self):
6161
# We don't care about the result here.
6262

6363
def test_001_init(self):
64-
result = self.runner.invoke(cli, ['init'])
64+
result = self.runner.invoke(cli, ['-d', 'init'])
6565
print(result)
6666
print(result.output)
67+
print(result.stderr)
6768
self.assertEqual(result.exit_code, 0)
6869
self.assertIn('The ship has sailed!', result.output)
6970

0 commit comments

Comments
 (0)