Skip to content

Commit

Permalink
tfs: try to get a free xvfb server number
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed May 18, 2017
1 parent 7da213f commit a226da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test -d node_modules || ./scripts/npm.sh install
# Unit Tests
if [[ "$1" == "--xvfb" ]]; then
cd $ROOT ; \
xvfb-run "$CODE" test/electron/index.js "$@"
xvfb-run -a "$CODE" test/electron/index.js "$@"
elif [[ "$OSTYPE" == "darwin"* ]]; then
cd $ROOT ; ulimit -n 4096 ; \
"$CODE" \
Expand Down

0 comments on commit a226da4

Please sign in to comment.