We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f3449 commit a6e4338Copy full SHA for a6e4338
solr/packaging/build.gradle
@@ -313,7 +313,7 @@ task pesterTests {
313
"\$config = New-PesterConfiguration; " +
314
"\$config.Run.Path = 'powershell-tests'; " +
315
"\$config.Run.Exit = \$true; " +
316
- "\$config.Output.Verbosity = 'Diagnostic'; " +
+ "\$config.Output.Verbosity = 'Normal'; " +
317
"\$config.TestResult.OutputFormat = 'NUnitXml'; " +
318
"\$config.TestResult.OutputPath = '${integrationTestOutput}/test-results.xml'; " +
319
"\$env:SOLR_TIP = '${distDir}'; " +
0 commit comments