diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-04-06 17:22:28 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-04-09 20:20:45 +0200 |
commit | 3136ecae882db65db856b5f6f9e0a19a9781763f (patch) | |
tree | 3ce431cc3477a636b59fa66aedbb7a90564085ad /tests/build.gradle | |
parent | 18f6091bb9b381012013bf0fdf261a2300da8926 (diff) | |
download | sonarqube-3136ecae882db65db856b5f6f9e0a19a9781763f.tar.gz sonarqube-3136ecae882db65db856b5f6f9e0a19a9781763f.zip |
Fix QA
Diffstat (limited to 'tests/build.gradle')
-rw-r--r-- | tests/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/build.gradle b/tests/build.gradle index 666130b7e6f..f1eb642dd21 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -129,13 +129,13 @@ task integrationTest(type: Test) { includeTestsMatching 'org.sonarqube.tests.organization.*Suite' break case 'Plugins': - includeTestsMatching 'org.sonarqube.tests.plugins.PluginsSuite' + includeTestsMatching 'org.sonarqube.tests.plugins.*Suite' break case 'Upgrade': - includeTestsMatching 'org.sonarqube.tests.upgrade.UpgradeSuite' + includeTestsMatching 'org.sonarqube.tests.upgrade.*Suite' break case 'ServerPerformance': - includeTestsMatching 'org.sonarqube.tests.performance.server.ServerPerformanceSuite' + includeTestsMatching 'org.sonarqube.tests.performance.server.*Suite' break } testLogging { |