Browse Source

Verbose compilation in tests

pull/132/head
Oliverpool 9 years ago
parent
commit
8dd3f9a931
  1. 2
      test/test_compilation/test_compilation.py

2
test/test_compilation/test_compilation.py

@ -94,7 +94,7 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest):
@staticmethod
def compile_songbook(songbook, steps=None):
"""Compile songbook, and return the command return code."""
command = ['python', '-m', 'patacrep.songbook', songbook]
command = ['python', '-m', 'patacrep.songbook', songbook, '-v']
if steps:
command.extend(['--steps', steps])

Loading…
Cancel
Save