Skip to content

Commit

Permalink
Add static expected screenshots of installation images to ./tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
sickcodes committed Nov 14, 2021
1 parent 8112e97 commit b820ec4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file added tests/big-sur_master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/catalina_master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/high-sierra_master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/mojave_master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/monterey_master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b820ec4

Please sign in to comment.