From e5ca81ee6e6a711b3e0be7d6d843d92379fbe44e Mon Sep 17 00:00:00 2001 From: sickcodes Date: Tue, 15 Nov 2022 19:17:58 +0000 Subject: Add mkdir -p, add ventura elsewhere --- tests/boot-images.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/boot-images.sh') 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. -- cgit v1.2.3