]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: Fix the path to the unit tests log file
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Dec 2019 13:37:00 +0000 (14:37 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 7 Feb 2020 09:30:06 +0000 (10:30 +0100)
.circleci/config.yml

index 4531719a37cdeccb00f15391d5485f19241a7eb6..286d8b43ed4bd3ca58d4f845e801a06a148ddfb5 100644 (file)
@@ -543,7 +543,7 @@ jobs:
           product: auth
       - run:
           name: Run unit tests
-          command: make check || (cat test-suite.log; false)
+          command: make check || (cat pdns/test-suite.log; false)
       - run:
           name: Install the binaries
           command: make install