You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2021/06/09 13:01:37 UTC

[qpid-dispatch] branch jiridanek-patch-4 created (now b039a3f)

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

jdanek pushed a change to branch jiridanek-patch-4
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


      at b039a3f  NO-JIRA: Run ctest with --output-on-failure, esp. on CentOS 7

This branch includes the following new commits:

     new b039a3f  NO-JIRA: Run ctest with --output-on-failure, esp. on CentOS 7

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[qpid-dispatch] 01/01: NO-JIRA: Run ctest with --output-on-failure, esp. on CentOS 7

Posted by jd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b039a3f7d70ac105e10e0c3f2a71c147e8e38d2b
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Wed Jun 9 15:01:29 2021 +0200

    NO-JIRA: Run ctest with --output-on-failure, esp. on CentOS 7
---
 .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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org