Commit 29c75ca
authored
HADOOP-19707: Add quiet-surefire profile for tests (#7998)
Adds the `quiet-surefire` profile to set enableOutErrElements=false for
maven-surefire-plugin. This restores the behavior prior to Surefire 3.3
that stdout/stderr are not included in the TEST-<package>.<class>.xml
file for passing tests. The newer default behavior results in much
larger TEST-*.xml files that can be a problem for CI tools processing
them.
Contributed by Michael Smith1 parent d092171 commit 29c75ca
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2768 | 2768 | | |
2769 | 2769 | | |
2770 | 2770 | | |
| 2771 | + | |
| 2772 | + | |
| 2773 | + | |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
| 2780 | + | |
| 2781 | + | |
| 2782 | + | |
| 2783 | + | |
| 2784 | + | |
| 2785 | + | |
| 2786 | + | |
| 2787 | + | |
2771 | 2788 | | |
2772 | 2789 | | |
2773 | 2790 | | |
| |||
0 commit comments