mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Print stdout of build.py in verbose mode
This commit is contained in:
parent
388aeefac0
commit
b21859836d
|
|
@ -243,9 +243,9 @@ def run_through_template(input):
|
|||
tmpfile = './tmp/output'
|
||||
try:
|
||||
with open(tmpfile, 'w') as out:
|
||||
subprocess.check_output(
|
||||
print subprocess.check_output(
|
||||
[
|
||||
'python', 'build.py',
|
||||
'python', 'build.py', "-v",
|
||||
"-i", "matrix_templates",
|
||||
"-o", "../scripts/tmp",
|
||||
"../scripts/"+input
|
||||
|
|
|
|||
Loading…
Reference in a new issue