Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 8720619

Browse files
committed
chore: simplify sed expression
1 parent 8b52b82 commit 8720619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/scripts/functional-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ if ! FEATURE=${FEATURE} FORMAT=junit STACK_VERSION=${STACK_VERSION} METRICBEAT_V
5252
fi
5353

5454
## Transform report to Junit by parsing the stdout generated previously
55-
sed -i -E "s/testing: warning: no tests to run//" ${REPORT}
55+
sed -i "s/testing: warning: no tests to run//" ${REPORT}
5656
sed -e 's/^[ \t]*//; s#>.*failed$#>#g' ${REPORT} | grep -E '^<.*>$' > ${REPORT}.xml
5757
exit $exit_status

0 commit comments

Comments
 (0)