Print stdout of build.py in verbose mode
This commit is contained in:
parent
388aeefac0
commit
b21859836d
1 changed files with 2 additions and 2 deletions
|
@ -243,9 +243,9 @@ def run_through_template(input):
|
||||||
tmpfile = './tmp/output'
|
tmpfile = './tmp/output'
|
||||||
try:
|
try:
|
||||||
with open(tmpfile, 'w') as out:
|
with open(tmpfile, 'w') as out:
|
||||||
subprocess.check_output(
|
print subprocess.check_output(
|
||||||
[
|
[
|
||||||
'python', 'build.py',
|
'python', 'build.py', "-v",
|
||||||
"-i", "matrix_templates",
|
"-i", "matrix_templates",
|
||||||
"-o", "../scripts/tmp",
|
"-o", "../scripts/tmp",
|
||||||
"../scripts/"+input
|
"../scripts/"+input
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue