From 669bea269dbdb8c9a17548c79aa5a8de0f6c3866 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Thu, 16 Nov 2023 14:28:51 +0000 Subject: Add sonoma to README and build script. Plist changes shall be made via https://github.com/kholia/OSX-KVM/commit/422bb3b7137cd13468aee86de3640835e1d774f9 and then update submodule sickcodes/osx-serial-generator --- tests/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 () { -- cgit v1.2.3 From 54c96557c09888cd561dbc99fc5c7f7df6cbb91c Mon Sep 17 00:00:00 2001 From: sickcodes Date: Mon, 8 Apr 2024 10:37:47 +0000 Subject: Add tests/sonoma_master.png --- tests/sonoma_master.png | Bin 0 -> 135314 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/sonoma_master.png (limited to 'tests') diff --git a/tests/sonoma_master.png b/tests/sonoma_master.png new file mode 100644 index 0000000..fb1c34f Binary files /dev/null and b/tests/sonoma_master.png differ -- cgit v1.2.3 From 37aad0460d83cea1be73bc8b85d6a10d6582d856 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Mon, 8 Apr 2024 13:12:35 +0000 Subject: Add sonoma to README with special flags --- tests/boot-images.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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. -- cgit v1.2.3