aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-01 14:18:52 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-01 14:19:00 +0100
commitdff3e5fba43df1b5c6fd222cc701035eb99583e1 (patch)
tree06b17f5208049cf7b4286154c4057c0e63f2d7d6 /server
parent0a5fc97c64d5ea6cb55e58eb39b8aadfb17c58ef (diff)
downloadsonarqube-dff3e5fba43df1b5c6fd222cc701035eb99583e1.tar.gz
sonarqube-dff3e5fba43df1b5c6fd222cc701035eb99583e1.zip
Enable all web MTs
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/Gruntfile.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 39241055789..de40b2108fc 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -307,7 +307,7 @@ module.exports = (grunt) ->
'no-colors': true
concise: true
port: '<%= grunt.option("port") %>'
- src: ['<%= pkg.sources %>js/tests/e2e/tests/**/issues-spec.js']
+ src: ['<%= pkg.sources %>js/tests/e2e/tests/**/*.js']
single:
options:
test: true