mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Add mkdir -p, add ventura elsewhere
This commit is contained in:
parent
ed5e50da7c
commit
e5ca81ee6e
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue