diff options
| author | sickcodes <[email protected]> | 2022-11-16 13:05:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-16 13:05:35 +0000 |
| commit | 671c46046aab2adeeba29e357b74fd8e6d80c668 (patch) | |
| tree | 42c7bd2f23f26a92510e70555539aab29b71bd17 /tests | |
| parent | Merge pull request #545 from Sondro/master (diff) | |
| parent | Add mkdir -p, add ventura elsewhere (diff) | |
| download | docker-osx-671c46046aab2adeeba29e357b74fd8e6d80c668.tar.xz docker-osx-671c46046aab2adeeba29e357b74fd8e6d80c668.zip | |
Merge pull request #566 from sickcodes/ventura
Add latest OS, Ventura
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/boot-images.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/boot-images.sh b/tests/boot-images.sh index 6b914b9..4cfed86 100644 --- a/tests/boot-images.sh +++ b/tests/boot-images.sh @@ -16,6 +16,7 @@ # scrot -o catalina_master.png # scrot -o big-sur_master.png # scrot -o monterey_master.png +# scrot -o ventura_master.png # pull off remote server to the tests folder # REMOTE_SERVER= # scp root@"${REMOTE_SERVER}":~/*_master.png . @@ -28,6 +29,7 @@ TESTS=( catalina big-sur monterey + ventura ) # test each docker image to see if they boot to their unique respective installation screens. |