Apparently they forgot to install xvfb as well.

This commit is contained in:
Sarah Mei 2011-10-03 22:06:23 -05:00
parent 911d9094d8
commit f76aeb1b39

View file

@ -6,7 +6,8 @@ export RUBY_GC_MALLOC_LIMIT=1000000000
export RUBY_HEAP_FREE_MIN=500000 export RUBY_HEAP_FREE_MIN=500000
# Start xvfb in preparation for cucumber & jasmine # Start xvfb in preparation for cucumber & jasmine
echo "Starting Xvfb" echo "Installing and starting Xvfb"
sudo aptitude --quiet=2 --without-recommends --assume-yes install xvfb
sudo cp config/ci/xvfb /etc/init.d/xvfb sudo cp config/ci/xvfb /etc/init.d/xvfb
sh -e /etc/init.d/xvfb start sh -e /etc/init.d/xvfb start