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