Skip to content

Commit 1c45443

Browse files
committed
shellcheck fix
1 parent 11ea649 commit 1c45443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/dev-support/checks/_mvn_unit_report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ find "." -name "*.hprof" -exec cp {} "$REPORT_DIR/" \;
2727
find "." -name "*.dump" -exec cp {} "$REPORT_DIR/" \;
2828

2929
## Add the tests where the JVM is crashed
30-
grep -A1 'Crashed tests' ${REPORT_DIR}/output.log \
30+
grep -A1 'Crashed tests' "${REPORT_DIR}/output.log" \
3131
| grep -v -e 'Crashed tests' -e '--' \
3232
| cut -f2- -d' ' \
3333
| sort -u >> "${REPORT_DIR}/summary.txt"

0 commit comments

Comments
 (0)