aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2024-04-08 13:13:18 +0000
committerGitHub <[email protected]>2024-04-08 13:13:18 +0000
commit756a1c03b928989f7841f1276ce7bd70e8772834 (patch)
treea03f376ba18edee04e2a5419d9689fa8c2521c16 /tests
parentMerge pull request #661 from lucasrueda/master (diff)
parentAdd sonoma to README with special flags (diff)
downloaddocker-osx-756a1c03b928989f7841f1276ce7bd70e8772834.tar.xz
docker-osx-756a1c03b928989f7841f1276ce7bd70e8772834.zip
Merge pull request #758 from sickcodes/sonoma
Update to add Sonoma
Diffstat (limited to 'tests')
-rw-r--r--tests/boot-images.sh2
-rw-r--r--tests/sonoma_master.pngbin0 -> 135314 bytes
-rw-r--r--tests/test.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/boot-images.sh b/tests/boot-images.sh
index 4cfed86..a97fcac 100644
--- a/tests/boot-images.sh
+++ b/tests/boot-images.sh
@@ -17,6 +17,7 @@
# scrot -o big-sur_master.png
# scrot -o monterey_master.png
# scrot -o ventura_master.png
+# scrot --overwrite --display :99 --file ~/${TEST}.png
# pull off remote server to the tests folder
# REMOTE_SERVER=
# scp root@"${REMOTE_SERVER}":~/*_master.png .
@@ -30,6 +31,7 @@ TESTS=(
big-sur
monterey
ventura
+ sonoma
)
# test each docker image to see if they boot to their unique respective installation screens.
diff --git a/tests/sonoma_master.png b/tests/sonoma_master.png
new file mode 100644
index 0000000..fb1c34f
--- /dev/null
+++ b/tests/sonoma_master.png
Binary files differ
diff --git a/tests/test.sh b/tests/test.sh
index 2a6a906..8c0bb31 100644
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -138,6 +138,7 @@ VERSION_BUILDS=(
'big-sur'
'monterey'
'ventura'
+ 'sonoma'
)
warning () {