You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1803,7 +1749,7 @@ describe('Maven Suite', function () {
1803
1749
tr.run()
1804
1750
.then(()=>{
1805
1751
assert(tr.ran('/home/bin/maven/bin/mvn -version'),'it should have run mvn -version');
1806
-
assert(tr.ran('/home/bin/maven/bin/mvn -f pom.xml package -Dsonar.host.url=http://sonarqubeserver:9000 -Dsonar.login=uname -Dsonar.password=pword -Dsonar.analysis.mode=issues -Dsonar.report.export.path=sonar-report.json sonar:sonar'),'it should have run SQ analysis in issues mode');
1752
+
assert(tr.ran('/home/bin/maven/bin/mvn -f pom.xml package -Dsonar.host.url=http://sonarqubeserver:9000 -Dsonar.login=uname -Dsonar.password=pword sonar:sonar'),'it should NOT have run SQ analysis in issues mode');
1807
1753
assert(tr.invokedToolCount==2,'should have only run maven 2 times');
1808
1754
assert(tr.resultWasSet,'task should have set a result');
1809
1755
assert(tr.stderr.length==0,'should not have written to stderr');
0 commit comments