Skip to content

Commit

Permalink
Specify output filename for ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 26, 2024
1 parent acc2ab5 commit d6062ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/asan_ubsan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
run: |
just setenv LDMX_NUM_EVENTS=15
just setenv LDMX_RUN_NUMBER=1
just setenv LSAN_OPTIONS=verbosity=1
just setenv LSAN_OPTIONS=log_threads=1
just fire ${GITHUB_WORKSPACE}/.github/validation_samples/ecal_pn/config.py 2> output.log
just setenv ASAN_OPTIONS=log_path=output.log
just fire ${GITHUB_WORKSPACE}/.github/validation_samples/ecal_pn/config.py
shell: bash

- name: Upload log artifact
uses: actions/upload-artifact@v4
with:
name: ASAN_UBSAN_output
path: output.log
path: output.log*

0 comments on commit d6062ba

Please sign in to comment.