Do not force maven.test.redirectTestOutputToFile=false on test runs #198
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PCT build logs in, e.g., jenkinsci/bom#107 are gigantic. I do not really need to see the full output from every test. Would rather just see the names of tests being run, as https://github.com/jenkinsci/plugin-pom/blob/58a771dfab9e26ad2545875240022189a7db4af4/pom.xml#L1084-L1094 does. If a user really wants the full output, they should be able to readd this option in
-mavenProperties
, which from my reading ofplugin-compat-tester/plugins-compat-tester/src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java
Lines 35 to 38 in c3bcaa8
(I am leaving
forkCount=1
alone for now, even though this is in fact the default in https://github.com/jenkinsci/plugin-pom/blob/58a771dfab9e26ad2545875240022189a7db4af4/pom.xml#L64-L65, since at least I normally override it to1C
in my local~/.m2/settings.xml
which would apply by default in PCT as well, perhaps to the detriment of reproducibility. But it is suspect too.)