From 744909a800a511e22a518657d2aea042522045ec Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 13 Dec 2019 14:37:00 +0100 Subject: [PATCH] auth: Fix the path to the unit tests log file --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2