mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 00:42:54 +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:
@@ -17,7 +17,7 @@ trap clean_up EXIT
|
||||
|
||||
# Test code goes here
|
||||
linuxkit build --format kernel+initrd --name "${NAME}" test.yml
|
||||
RESULT="$(linuxkit run $NAME)"
|
||||
RESULT="$(linuxkitrun $NAME)"
|
||||
echo "${RESULT}"
|
||||
echo "${RESULT}" | grep -q "suite PASSED"
|
||||
|
||||
|
Reference in New Issue
Block a user