* specifying display=99 in cucumber to leverage xvfb

This commit is contained in:
Seth Call 2012-12-11 23:43:25 -06:00
parent 975e549a1a
commit 1560d0f000
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -36,7 +36,7 @@ else
fi
echo "running cucumber tests"
bundle exec cucumber
DISPLAY=":99" bundle exec cucumber
if [ "$?" = "0" ]; then
echo "success: cucumber tests completed"
else