Skip to content

Commit a6e4338

Browse files
committed
Reduce logging to "Normal"
1 parent 64f3449 commit a6e4338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/packaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ task pesterTests {
313313
"\$config = New-PesterConfiguration; " +
314314
"\$config.Run.Path = 'powershell-tests'; " +
315315
"\$config.Run.Exit = \$true; " +
316-
"\$config.Output.Verbosity = 'Diagnostic'; " +
316+
"\$config.Output.Verbosity = 'Normal'; " +
317317
"\$config.TestResult.OutputFormat = 'NUnitXml'; " +
318318
"\$config.TestResult.OutputPath = '${integrationTestOutput}/test-results.xml'; " +
319319
"\$env:SOLR_TIP = '${distDir}'; " +

0 commit comments

Comments
 (0)