Skip to content

Commit fd0839d

Browse files
authored
[3.13][3.14] GHA: Display output when a sanitizer test fails (#151268) (#151273) (#151280)
[3.14] GHA: Display output when a sanitizer test fails (#151268) (#151273) GHA: Display output when a sanitizer test fails (#151268) Modify GitHub Action "Reusable Sanitizer" to display output when a test fails: pass -W option. (cherry picked from commit 3a8bebd) (cherry picked from commit bc75e47)
1 parent 8068f71 commit fd0839d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-san.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: >-
8787
./python -m test
8888
${{ inputs.sanitizer == 'TSan' && '--tsan' || '' }}
89-
-j4
89+
-j4 -W
9090
- name: Display logs
9191
if: always()
9292
run: find "${GITHUB_WORKSPACE}" -name 'san_log.*' | xargs head -n 1000

0 commit comments

Comments
 (0)