Files
linuxkit/test/pkg/kernel-config/check.sh
Dave Tucker fb4d621833 tests: use the poweroff pkg in test-kernel-config
Signed-off-by: Dave Tucker <dt@docker.com>
2017-05-04 23:56:40 +01:00

13 lines
205 B
Bash
Executable File

#!/bin/sh
function failed {
printf "Kernel config test suite FAILED\n"
}
/check-kernel-config.sh || failed
bash /check-config.sh || failed
printf "Kernel config test suite PASSED\n"
cat /etc/linuxkit