mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-15 22:59:36 +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:
@@ -18,7 +18,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}" | grep -q "suite PASSED"
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user