From: Remi Gacogne Date: Fri, 13 Dec 2019 13:37:00 +0000 (+0100) Subject: auth: Fix the path to the unit tests log file X-Git-Tag: rec-4.4.0-alpha0~13^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744909a800a511e22a518657d2aea042522045ec;p=thirdparty%2Fpdns.git auth: Fix the path to the unit tests log file --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 4531719a37..286d8b43ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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