Files
linuxkit/test/poweroff/poweroff.sh
Dave Tucker 9dba48c16e tests: update ltp test configuration
- grant all capabilities
- generate human readable output
- add a check.sh script to see if the tests passed/failed
- add a poweroff image to handle powering off the vm

Signed-off-by: Dave Tucker <dt@docker.com>
2017-04-12 00:45:00 +01:00

7 lines
68 B
Bash
Executable File

#!/bin/sh
TIMEOUT=${1:-30}
sleep "${TIMEOUT}"
/sbin/poweroff -f