From 027ba03e63c3362e2d9b49f22c609ac1cd16fd0d Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 12 Jan 2016 16:29:10 +0100 Subject: [PATCH] enable tests --- scripts/test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 657ee699481..256febee48a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -19,6 +19,6 @@ else fi # Integration Tests -# 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 \ No newline at end of file +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 \ No newline at end of file -- GitLab