Skip to content

Commit

Permalink
Use markdown extension for grouped failures output
Browse files Browse the repository at this point in the history
  • Loading branch information
vejbomar committed Aug 28, 2024
1 parent 6981583 commit 2756d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/toolchain/group-gcc-test-failures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TAG=$1

python3 `dirname ${BASH_SOURCE[0]}`/group-gcc-test-failures.py \
--dir $ARTIFACT_PATH/gcc-tests-$TAG >> \
$ARTIFACT_PATH/gcc-tests-$TAG/grouped-test-failures.txt
$ARTIFACT_PATH/gcc-tests-$TAG/grouped-test-failures.md

cat $ARTIFACT_PATH/gcc-tests-$TAG/grouped-test-failures.txt |
cat $ARTIFACT_PATH/gcc-tests-$TAG/grouped-test-failures.md |
`dirname ${BASH_SOURCE[0]}`/extract-most-frequent-failures.sh >> $GITHUB_STEP_SUMMARY

0 comments on commit 2756d5a

Please sign in to comment.