aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 520dfaf..9c9d6ca 100644
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -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