Skip to content

Commit

Permalink
add environment variable SKIP_INTEGRATION_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 25, 2015
1 parent b255288 commit c3d18dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ else
fi

# Integration Tests
./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out
if [[ "$SKIP_INTEGRATION_TESTS" == "" ]]; then
./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out
fi

0 comments on commit c3d18dd

Please sign in to comment.