From: Peter van Dijk Date: Wed, 15 Sep 2021 11:46:08 +0000 (+0200) Subject: gh actions: auth make check: cat remotebackend test log X-Git-Tag: dnsdist-1.7.0-alpha1~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10725%2Fhead;p=thirdparty%2Fpdns.git gh actions: auth make check: cat remotebackend test log --- 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