]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make-check.sh: Increase failure output log size 42849/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 18 Aug 2021 17:30:22 +0000 (13:30 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 19 Aug 2021 13:41:14 +0000 (09:41 -0400)
Fixes: https://tracker.ceph.com/issues/43566
Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit e1b55f6878cfe847112959885d2fc44e91f3c44f)

run-make-check.sh

index 5da562fafbf3ef9c95e8d5028119c67c88dbc695..1b56c2ded136589ad77bfdba3aa34912a8650082 100755 (executable)
@@ -40,7 +40,7 @@ function run() {
 
     CHECK_MAKEOPTS=${CHECK_MAKEOPTS:-$DEFAULT_MAKEOPTS}
     if in_jenkins; then
-        if ! ctest $CHECK_MAKEOPTS --no-compress-output --output-on-failure -T Test; then
+        if ! ctest $CHECK_MAKEOPTS --no-compress-output --output-on-failure --test-output-size-failed 1024000 -T Test; then
             # do not return failure, as the jenkins publisher will take care of this
             rm -fr ${TMPDIR:-/tmp}/ceph-asok.*
         fi