Add Xvfb to tests for screenshotting test auto

This commit is contained in:
sickcodes 2022-11-19 03:59:33 +00:00
parent fbe5dba618
commit 9b10a306db

View File

@ -308,11 +308,12 @@ yes | apt install -y --no-install-recommends tzdata -y
install_scrotcat
yes | install_vnc
export_display_99
apt install xvfb -y
start_xvfb
# start_vnc
enable_kvm
reset_docker_hard
echo killall Xvfb
# echo killall Xvfb
clone_repo "${BRANCH}" "${REPO}"
cd ./Docker-OSX
git pull