Skip to content

Commit a226da4

Browse files
committed
tfs: try to get a free xvfb server number
1 parent 7da213f commit a226da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test -d node_modules || ./scripts/npm.sh install
2929
# Unit Tests
3030
if [[ "$1" == "--xvfb" ]]; then
3131
cd $ROOT ; \
32-
xvfb-run "$CODE" test/electron/index.js "$@"
32+
xvfb-run -a "$CODE" test/electron/index.js "$@"
3333
elif [[ "$OSTYPE" == "darwin"* ]]; then
3434
cd $ROOT ; ulimit -n 4096 ; \
3535
"$CODE" \

0 commit comments

Comments
 (0)