]> source.dussan.org Git - sonarqube.git/commitdiff
Fix execution of grunt tests
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 2 Apr 2014 09:05:10 +0000 (11:05 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 2 Apr 2014 09:05:10 +0000 (11:05 +0200)
sonar-server/pom.xml

index 4b25f56c5c6dac66aacab518fef25c079ca870c1..f1e00cd756c0ec58b2c0203e2198e8e5334ca1fa 100644 (file)
                   <goal>grunt</goal>
                 </goals>
                 <configuration>
-                  <arguments>karma</arguments>
+                  <arguments>test</arguments>
                 </configuration>
               </execution>
             </executions>