Skip to content

Commit

Permalink
Switch to higher verbosity in tests for debugging failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Peschke committed Apr 22, 2024
1 parent 2af6eb0 commit 2bc80a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}
shell: bash
run: bats -r -T .
run: bats -r -T --print-output-on-failure --verbose-run --show-output-of-passing-tests .
1 change: 1 addition & 0 deletions tests/run_tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ setup_file() {
clang_include=$(locate stddef.h | grep clang | grep "${clang_version}" | cut -d'/' -f7 --complement)
export CXX=clang++
export CXXFLAGS="-isystem ${clang_include}"
echo "CXXFLAGS=${CXXFLAGS}"
}

teardown_file() {
Expand Down

0 comments on commit 2bc80a5

Please sign in to comment.