Skip to content

Commit

Permalink
try to enable display for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 24, 2015
1 parent f043b26 commit 31f876f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ else
fi

# Integration Tests
if [[ "$OSTYPE" == "linux" ]]; then
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
fi
./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out

0 comments on commit 31f876f

Please sign in to comment.