mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-14 14:20:08 +00:00
tests: Use poweroff instead of halt for wireguard test
The proposed change in https://github.com/linuxkit/linuxkit/pull/3030 seems to timeout on the wireguard test. Try 'poweroff -f' instead of 'halt' to stop the test VM. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -24,4 +24,4 @@ do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
halt
|
||||
poweroff -f
|
||||
|
Reference in New Issue
Block a user