diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-02 11:05:10 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-02 11:05:10 +0200 |
commit | 7abe9737831c97f56b11f3607062f72168d8580d (patch) | |
tree | 20801115d8d99adb19c404f042f464c1ca493ba3 | |
parent | d85412197fb55f4a1459bb40c3e79a43767b5fad (diff) | |
download | sonarqube-7abe9737831c97f56b11f3607062f72168d8580d.tar.gz sonarqube-7abe9737831c97f56b11f3607062f72168d8580d.zip |
Fix execution of grunt tests
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 4b25f56c5c6..f1e00cd756c 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -361,7 +361,7 @@ <goal>grunt</goal> </goals> <configuration> - <arguments>karma</arguments> + <arguments>test</arguments> </configuration> </execution> </executions> |