mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-15 14:50:41 +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
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
halt
|
poweroff -f
|
||||||
|
Reference in New Issue
Block a user