forked from kiss-community/kiss
kiss: print builds to tty
This commit is contained in:
parent
2e64975a59
commit
c27bc9501b
2
kiss
2
kiss
@ -665,7 +665,7 @@ pkg_build() {
|
||||
log "$pkg" "Build failed"
|
||||
pkg_clean
|
||||
kill 0
|
||||
} } 2>&1 | tee "$log_dir/$pkg-$pid-$time"
|
||||
} } 2>&1 | tee "$log_dir/$pkg-$pid-$time" > /dev/tty
|
||||
|
||||
# Delete the log file if the build succeeded to prevent
|
||||
# the directory from filling very quickly with useless logs.
|
||||
|
Loading…
Reference in New Issue
Block a user