Shuffle some files around, change dependencies to make output clearer, change ::: for [i] to further clarify output.

Allow for  PH_VERBOSE to set -x on all scripts that it would be useful for

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-08-29 13:17:22 +01:00
parent 2b60df6d2b
commit 97f81bae21
11 changed files with 73 additions and 75 deletions

View File

@@ -22,7 +22,7 @@ def run_and_stream_command_output():
print(line, end='')
build_result.wait()
if build_result.returncode != 0:
print(f' ::: Error running: {command}')
print(f' [i] Error running: {command}')
print(build_result.stderr)
return run_and_stream_command_output_inner