]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions: auth make check: cat remotebackend test log 10725/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 15 Sep 2021 11:46:08 +0000 (13:46 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 16 Sep 2021 08:30:46 +0000 (10:30 +0200)
tasks.py

index 47432d72b3dc04af8d943ce3451fd584d555ab9f..47ba8bc36a5b77a14ebe47f8dca1945ca62f62ce 100644 (file)
--- 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