diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-02-04 20:14:44 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-02-04 20:14:44 +0100 |
| commit | bec591796a9b7fb9594243db5702fafc71d7e4cc (patch) | |
| tree | c3992870274f96545be13fb6cfaa2311c52d73d5 | |
| parent | e2495c2fcd82d5d63f09def5aa5bb7461625d33b (diff) | |
| parent | 09517ad507e9ba580d47c3275991336dc96a8170 (diff) | |
| download | mullvadvpn-bec591796a9b7fb9594243db5702fafc71d7e4cc.tar.xz mullvadvpn-bec591796a9b7fb9594243db5702fafc71d7e4cc.zip | |
Merge branch 'test-doc-windows-runner-image-bug'
| -rw-r--r-- | test/docs/BUILD_OS_IMAGE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/docs/BUILD_OS_IMAGE.md b/test/docs/BUILD_OS_IMAGE.md index 659eb7d55e..9331e8924c 100644 --- a/test/docs/BUILD_OS_IMAGE.md +++ b/test/docs/BUILD_OS_IMAGE.md @@ -218,6 +218,15 @@ Windows Defender ocasionally kills the `test-runner` because it believes it to b Now you are done! If the VM was configured correctly, `test-manager` will be able to run the test suite using the new OS image. Now you should [add your new VM to the test-manager config](./test-manager/README.md#configuring-test-manager) +## Notes on editing Windows VM images + +When editing the VM image, never shut it down with the test runner volume mounted (i.e. `E:`). When +Windows is shut down with the disk mounted, it will be unable to remount it correctly when the image +is replaced. + +To get around this behavior, remove the disk from your VM config before starting it with +`--keep-changes`. + # macOS 🚧 _Instructions for building an OS image based on macOS are still under construction._ |
