Enable logs

This commit is contained in:
Adrien Ferrand 2021-03-19 11:14:30 +01:00
parent f2905a1474
commit a0cc5f5c64

View file

@ -61,6 +61,8 @@ def _execute_build(
process_output: List[str] = []
for line in process.stdout:
process_output.append(line)
print(f"${target}:${line}")
sys.stdout.flush()
_extract_state(target, line, status)
if any(state for state in status[target].values() if state == 'Chroot problem'):