From 7cc012b7a0453a1c212851ffbe52c22cae0ea0ee Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 9 Apr 2019 14:57:17 +0200 Subject: [PATCH] Allow missing tools in verify-dnssec-zone --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cf6c61cf0..a095b69839 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,9 @@ commands: rm jdnssec-tools-0.14.tar.gz fi - checkout-shallow + - run: + name: Allow missing tools in verify-dnssec-zone + command: touch regression-tests/tests/verify-dnssec-zone/allow-missing auth-regress: description: Run one auth regression context @@ -265,9 +268,6 @@ jobs: unixodbc \ libsqliteodbc \ sqlite3 - - run: - name: Allow missing tools in verify-dnssec-zone - command: touch regression-tests/tests/verify-dnssec-zone/allow-missing - run: name: Set up sqlite3 odbc testing command: echo 'export GODBC_SQLITE3_DSN=pdns-sqlite3-1' > ./vars @@ -314,9 +314,6 @@ jobs: - run: name: create database command: echo 'create database pdns' | isql -v pdns-mssql-docker-nodb sa SAsa12%% - - run: - name: Allow missing tools in verify-dnssec-zone - command: touch regression-tests/tests/verify-dnssec-zone/allow-missing - run: name: Set up mssql odbc testing command: echo 'export GODBC_MSSQL_PASSWORD=SAsa12%% GODBC_MSSQL_USERNAME=sa GODBC_MSSQL_DSN=pdns-mssql-docker' > ./vars -- 2.47.2