]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: drop asan.log umbrella completely
authorIlia Shipitsin <chipitsine@gmail.com>
Thu, 9 May 2024 20:19:18 +0000 (22:19 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 May 2024 09:36:36 +0000 (11:36 +0200)
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

.github/workflows/vtest.yml

index 27d96989a79f596d306f07c86820a8ab3ab11ee0..284bff76dd24d456e6d5b1e4191fe72f6210411d 100644 (file)
@@ -141,9 +141,6 @@ jobs:
       run: echo "::add-matcher::.github/vtest.json"
     - name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
       id: vtest
-      env:
-        # Force ASAN output into asan.log to make the output more readable.
-        ASAN_OPTIONS: log_path=asan.log
       run: |
         # This is required for macOS which does not actually allow to increase
         # the '-n' soft limit to the hard limit, thus failing to run.
@@ -167,12 +164,6 @@ jobs:
           cat $folder/LOG
           echo "::endgroup::"
         done
-        shopt -s nullglob
-        for asan in asan.log*; do
-          echo "::group::$asan"
-          cat $asan
-          echo "::endgroup::"
-        done
         exit 1
 
     - name: Show coredumps