mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
always tee test linuxkit run to tty, so if it gets stuck, we see why (#4107)
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -12,3 +12,8 @@ LINUXKIT_TMPDIR="${RT_PROJECT_ROOT}/_tmp"
|
||||
|
||||
# FIXME: Should source the rtf/lib/lib.sh instead
|
||||
RT_CANCEL=253
|
||||
|
||||
# command to run `linuxkit run` that includes streaming to stderr, so you never miss logs
|
||||
linuxkitrun() {
|
||||
linuxkit run $@ | tee /dev/stderr
|
||||
}
|
||||
|
Reference in New Issue
Block a user