Fix setup for development with docker (PR #523)

This commit is contained in:
wvengen 2017-11-10 17:02:07 +01:00 committed by GitHub
parent 3b18dc7532
commit 5e4f3fb730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 241 additions and 190 deletions

View file

@ -11,7 +11,7 @@ Xvfb $DISPLAY -nolisten tcp &
XVFB_PID=$!
# Start tests
rspec
rspec $@
# Cleanup
kill $XVFB_PID