mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 02:09:19 +00:00
@@ -17,7 +17,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Test code goes here
|
||||
linuxkit build -docker -format kernel+initrd -name "${NAME}" test.yml
|
||||
linuxkit build -format kernel+initrd -name "${NAME}" test.yml
|
||||
RESULT="$(linuxkit run ${NAME})"
|
||||
echo "${RESULT}" | grep -q "suite PASSED"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user