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:
Avi Deitcher
2025-02-19 19:41:06 +02:00
committed by GitHub
parent 76b519705b
commit efb139697e
113 changed files with 117 additions and 112 deletions

View File

@@ -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"