Add static expected screenshots of installation images to ./tests/

This commit is contained in:
sickcodes 2021-11-14 18:16:53 +00:00
parent 8112e97bbf
commit b820ec4ef2
6 changed files with 3 additions and 3 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

BIN
tests/mojave_master.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
tests/monterey_master.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@ -178,7 +178,7 @@ install_scrotcat () {
make -C ./imcat make -C ./imcat
sudo cp ./imcat/imcat /usr/bin/imcat sudo cp ./imcat/imcat /usr/bin/imcat
touch /usr/bin/scrotcat 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 chmod +x /usr/bin/scrotcat
} }
@ -285,8 +285,8 @@ yes | apt install -y --no-install-recommends tzdata -y
install_scrotcat install_scrotcat
yes | install_vnc yes | install_vnc
export_display_99 export_display_99
echo start_xvfb start_xvfb
start_vnc # start_vnc
enable_kvm enable_kvm
reset_docker_hard reset_docker_hard
echo killall Xvfb echo killall Xvfb