From a226da41de597da82e7a55179cefbb3a30793ff6 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 18 May 2017 13:47:55 +0200 Subject: [PATCH] tfs: try to get a free xvfb server number --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 19b79bf5843..d39b1e76f18 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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" \