Browse Source

Verbose is only for Continuous Integration

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

2
test/test_compilation/test_compilation.py

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

Loading…
Cancel
Save