diff options
author | Andrei Pavel <andrei.pavel@mail.com> | 2020-12-15 23:35:54 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-12-29 17:35:59 +0100 |
commit | 71b70cd7570b9cb96fc875d2c385e5b2ded53f4c (patch) | |
tree | 1e84ea5ad6e35eb9e75050e34c8ba57a0979adf9 /.gitlab-ci.yml | |
parent | [#437] portable sleep, now works on BSD (diff) | |
download | kea-71b70cd7570b9cb96fc875d2c385e5b2ded53f4c.tar.xz kea-71b70cd7570b9cb96fc875d2c385e5b2ded53f4c.zip |
[#437] make shell tests work with GTEST_OUTPUT
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e283bd2e56..39e7cd7396 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ shellcheck: - SCRIPTS+="src/lib/log/tests/logger_lock_test.sh.in " - SCRIPTS+="src/lib/log/tests/severity_test.sh.in " - SCRIPTS+="src/lib/testutils/dhcp_test_lib.sh.in " + - SCRIPTS+="src/lib/testutils/xml_reporting_test_lib.sh.in " - SCRIPTS+="src/lib/util/tests/process_spawn_app.sh.in " - SCRIPTS+="src/share/database/scripts/cql/upgrade_1.0_to_2.0.sh.in " - SCRIPTS+="src/share/database/scripts/cql/upgrade_2.0_to_3.0.sh.in " |