diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-02-04 14:03:58 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-12 10:43:19 +0100 |
commit | 31829c1d250b336d2bf4ada693da6c4bdf5fb54e (patch) | |
tree | e174c04972acc3296d5b9654116771026acf59aa | |
parent | meson: tests/config: always define config tests (diff) | |
download | knot-resolver-31829c1d250b336d2bf4ada693da6c4bdf5fb54e.tar.xz knot-resolver-31829c1d250b336d2bf4ada693da6c4bdf5fb54e.zip |
test/integration: move deckard submodule
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | tests/deckard | 0 | ||||
m--------- | tests/integration/deckard | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 0a80981b..2779b8da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ -[submodule "tests/deckard"] - path = tests/deckard +[submodule "tests/integration/deckard"] + path = tests/integration/deckard url = https://gitlab.labs.nic.cz/knot/deckard.git [submodule "modules/policy/lua-aho-corasick"] path = modules/policy/lua-aho-corasick diff --git a/tests/deckard b/tests/deckard deleted file mode 160000 -Subproject 2a9c7de5377ed62f2569dcdb250fee44035776f diff --git a/tests/integration/deckard b/tests/integration/deckard new file mode 160000 +Subproject 9e31e7b6de81c989d4a83ab90665f32fa12f4fc |