From c27affa76a6f237746ea9db65586257a009f5ef9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 15 Sep 2021 13:46:08 +0200 Subject: [PATCH] gh actions: auth make check: cat remotebackend test log --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 47432d72b3..47ba8bc36a 100644 --- a/tasks.py +++ b/tasks.py @@ -300,6 +300,7 @@ def ci_auth_run_unit_tests(c): res = c.run('make check', warn=True) if res.exited != 0: c.run('cat pdns/test-suite.log') + c.run('cat modules/remotebackend/test-suite.log') raise UnexpectedExit(res) @task -- 2.47.2