We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ea649 commit 1c45443Copy full SHA for 1c45443
hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
@@ -27,7 +27,7 @@ find "." -name "*.hprof" -exec cp {} "$REPORT_DIR/" \;
27
find "." -name "*.dump" -exec cp {} "$REPORT_DIR/" \;
28
29
## Add the tests where the JVM is crashed
30
-grep -A1 'Crashed tests' ${REPORT_DIR}/output.log \
+grep -A1 'Crashed tests' "${REPORT_DIR}/output.log" \
31
| grep -v -e 'Crashed tests' -e '--' \
32
| cut -f2- -d' ' \
33
| sort -u >> "${REPORT_DIR}/summary.txt"
0 commit comments