Skip to content

Commit 9bbc169

Browse files
committed
checks/shutdown-command: fix microvm-shutdown
1 parent 4b6dfb0 commit 9bbc169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checks/shutdown-command.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ builtins.mapAttrs (_: nixos:
3434
} ''
3535
set -m
3636
microvm-run > $out &
37+
export MAINPID=$!
3738
3839
sleep 10
3940
echo Now shutting down

0 commit comments

Comments
 (0)