Skip to content

Commit

Permalink
GHA: Show output of all runs of binaries in test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 12, 2025
1 parent 6c890c1 commit b219350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
- name: Test output
if: '!matrix.coverity && always()'
run: |
for f in $(find "$BOOST_ROOT/bin.v2/libs/$SELF/test" -type f -name 'test_*.run'); do
for f in $(find "$BOOST_ROOT/bin.v2/libs/$SELF/test" -type f -name '*.run'); do
name=$(basename "$f")
name=${name%.run}
config=$(dirname "$f")
Expand Down

0 comments on commit b219350

Please sign in to comment.