mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-22 18:29:58 +08:00
Add static expected screenshots of installation images to ./tests/
This commit is contained in:
parent
8112e97bbf
commit
b820ec4ef2
BIN
tests/big-sur_master.png
Normal file
BIN
tests/big-sur_master.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
BIN
tests/catalina_master.png
Normal file
BIN
tests/catalina_master.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
BIN
tests/high-sierra_master.png
Normal file
BIN
tests/high-sierra_master.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 KiB |
BIN
tests/mojave_master.png
Normal file
BIN
tests/mojave_master.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
BIN
tests/monterey_master.png
Normal file
BIN
tests/monterey_master.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
@ -178,7 +178,7 @@ install_scrotcat () {
|
||||
make -C ./imcat
|
||||
sudo cp ./imcat/imcat /usr/bin/imcat
|
||||
touch /usr/bin/scrotcat
|
||||
tee -a /usr/bin/scrotcat <<< '/usr/bin/imcat <(scrot -o /dev/stdout)'
|
||||
tee /usr/bin/scrotcat <<< '/usr/bin/imcat <(scrot -o /dev/stdout)'
|
||||
chmod +x /usr/bin/scrotcat
|
||||
}
|
||||
|
||||
@ -285,8 +285,8 @@ yes | apt install -y --no-install-recommends tzdata -y
|
||||
install_scrotcat
|
||||
yes | install_vnc
|
||||
export_display_99
|
||||
echo start_xvfb
|
||||
start_vnc
|
||||
start_xvfb
|
||||
# start_vnc
|
||||
enable_kvm
|
||||
reset_docker_hard
|
||||
echo killall Xvfb
|
||||
|
Loading…
Reference in New Issue
Block a user