mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-01-14 10:35:23 +00:00
Add Xvfb to tests for screenshotting test auto
This commit is contained in:
parent
fbe5dba618
commit
9b10a306db
|
@ -308,11 +308,12 @@ 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
|
||||||
|
apt install xvfb -y
|
||||||
start_xvfb
|
start_xvfb
|
||||||
# start_vnc
|
# start_vnc
|
||||||
enable_kvm
|
enable_kvm
|
||||||
reset_docker_hard
|
reset_docker_hard
|
||||||
echo killall Xvfb
|
# echo killall Xvfb
|
||||||
clone_repo "${BRANCH}" "${REPO}"
|
clone_repo "${BRANCH}" "${REPO}"
|
||||||
cd ./Docker-OSX
|
cd ./Docker-OSX
|
||||||
git pull
|
git pull
|
||||||
|
|
Loading…
Reference in a new issue