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

mojave-high-sierra
sickcodes 3 years ago
parent 8112e97bbf
commit b820ec4ef2

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

@ -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

Loading…
Cancel
Save