engine/bin/ci/before_build.sh

5 lines
140 B
Bash
Raw Normal View History

2011-10-17 15:37:33 +00:00
#!/bin/sh
sh -e /etc/init.d/xvfb start
echo "echo \"127.0.0.1 test.example.com\" >> /etc/hosts" | sudo sh
2011-10-17 15:47:51 +00:00
sudo hostname test.example.com