This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 33a0e63  NO-JIRA: Run ctest with --output-on-failure, esp. on CentOS 7 
(#1259)
33a0e63 is described below

commit 33a0e6375ca24ce627bda499f35925473b97761e
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Fri Jun 18 09:48:38 2021 +0200

    NO-JIRA: Run ctest with --output-on-failure, esp. on CentOS 7 (#1259)
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 8120d2e..e72613e 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -418,7 +418,7 @@ jobs:
         working-directory: ${{env.DispatchBuildDir}}
         run: |
           ulimit -c unlimited
-          ctest -C ${BuildType} -V -T Test --no-compress-output -I 
${{matrix.shard}},,${{matrix.shards}} -j2 ${{env.DispatchCTestExtraArgs}}
+          ctest -C ${BuildType} -V -T Test --output-on-failure 
--no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j2 
${{env.DispatchCTestExtraArgs}}
 
       - name: Upload test results
         uses: actions/upload-artifact@v2

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to