CI: drop asan.log umbrella completely
asan.log redirection appeared to work poorly, let's cease that practice for good. ML: https://www.mail-archive.com/haproxy@formilux.org/msg44844.html
This commit is contained in:
parent
7217a9e9b9
commit
cbe78c0281
|
@ -141,9 +141,6 @@ jobs:
|
||||||
run: echo "::add-matcher::.github/vtest.json"
|
run: echo "::add-matcher::.github/vtest.json"
|
||||||
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
|
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
|
||||||
id: vtest
|
id: vtest
|
||||||
env:
|
|
||||||
# Force ASAN output into asan.log to make the output more readable.
|
|
||||||
ASAN_OPTIONS: log_path=asan.log
|
|
||||||
run: |
|
run: |
|
||||||
# This is required for macOS which does not actually allow to increase
|
# This is required for macOS which does not actually allow to increase
|
||||||
# the '-n' soft limit to the hard limit, thus failing to run.
|
# the '-n' soft limit to the hard limit, thus failing to run.
|
||||||
|
@ -167,12 +164,6 @@ jobs:
|
||||||
cat $folder/LOG
|
cat $folder/LOG
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
done
|
done
|
||||||
shopt -s nullglob
|
|
||||||
for asan in asan.log*; do
|
|
||||||
echo "::group::$asan"
|
|
||||||
cat $asan
|
|
||||||
echo "::endgroup::"
|
|
||||||
done
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Show coredumps
|
- name: Show coredumps
|
||||||
|
|
Loading…
Reference in New Issue