Skip to content
Snippets Groups Projects
Commit 32f869bf authored by Petr Špaček's avatar Petr Špaček
Browse files

Run Deckard tests with qmin on & off

Latest version of Deckard provides script kresd_run.sh which executes
all the tests twice:
- without query name minimization
- with query name minimization

Let's use this for CI!
parent 6b4382b8
Branches
Tags
2 merge requests!254Knot Resolver 1.2.5,!196Query name minimization tests in CI
......@@ -33,7 +33,7 @@ deckard:linux:amd64:
- git submodule update --init --recursive
script:
- mkdir -p tests/deckard/contrib/libswrap/obj
- LD_LIBRARY_PATH=$(pwd)/.local/lib make -s -C tests/deckard/ TESTS=sets/resolver DAEMON=$(pwd)/.local/sbin/kresd
- LD_LIBRARY_PATH=$(pwd)/.local/lib TESTS=sets/resolver DAEMON=$(pwd)/.local/sbin/kresd tests/deckard/kresd_run.sh
dependencies:
- build:linux:amd64
tags:
......
deckard @ 61af39b9
Subproject commit 0b25a1c090d301355ffe658ceb25155aa8e657ce
Subproject commit 61af39b9665cb14ab04ebf51202be7756d646527
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment