Skip to content

Commit

Permalink
Issue #11730: ci/pitest.sh --list doesn't show all pitest profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyom-Yadav authored and romani committed Jun 15, 2022
1 parent 71c4670 commit c0c0fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/pitest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pitest-coding-require-this-check)
--list)
echo "Supported profiles:"
pomXmlPath="$(dirname "${0}")/../pom.xml"
sed -n -e 's/<id>\(pitest-\w\+\)<\/id>/\1/p' < "${pomXmlPath}" | sort
sed -n -e 's/^.*<id>\(pitest-[^<]\+\)<\/id>.*$/\1/p' < "${pomXmlPath}" | sort
;;

*)
Expand Down

0 comments on commit c0c0fc0

Please sign in to comment.