mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-05-28 10:49:09 +02:00
Add static expected screenshots of installation images to ./tests/
This commit is contained in:
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 |
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user