From aed985801963f53a01034c9357cbe10caaff1843 Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Tue, 29 Oct 2024 17:05:25 -0700 Subject: [PATCH] [gha] remove stdout from test logs to reduce verbosity --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 060bd982..3dd1586e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -446,12 +446,12 @@ jobs: - run: | mkdir -p ${{ github.workspace }}/temp ${{ github.workspace }}/BinaryCache/ds2/ds2 platform --server --daemonize --listen localhost:5432 - ${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest \ - --out-of-tree-debugserver \ - --arch ${{ matrix.arch }} \ - --platform-name remote-linux \ - --platform-url connect://localhost:5432 \ - --platform-working-dir ${{ github.workspace }}/temp \ + ${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest 1>/dev/null \ + --out-of-tree-debugserver \ + --arch ${{ matrix.arch }} \ + --platform-name remote-linux \ + --platform-url connect://localhost:5432 \ + --platform-working-dir ${{ github.workspace }}/temp \ --excluded ${{ github.workspace }}/SourceCache/ds2/Support/Testing/Excluded/upstream/linux-${{ matrix.arch }}.excluded \ --excluded ${{ github.workspace }}/SourceCache/ds2/Support/Testing/Excluded/ds2/linux-${{ matrix.arch }}.excluded \ --excluded ${{ github.workspace }}/SourceCache/ds2/Support/Testing/Excluded/upstream/non-debugserver-tests.excluded \ @@ -599,7 +599,7 @@ jobs: $ANDROID_SDK_ROOT/platform-tools/adb shell "/data/local/tmp/ds2 platform --server --daemonize --listen localhost:5432" - ${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest + ${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest 1>/dev/null --out-of-tree-debugserver --arch ${{ matrix.llvm-arch }} --platform-name remote-android