diff options
author | Andrei Pavel <andrei@isc.org> | 2021-05-25 14:55:28 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-06-22 10:48:26 +0200 |
commit | d88f45ad297888b3855dbeeada37f8369bc05d50 (patch) | |
tree | 309df02cf187dfcc0367af68e2b506a1dacbb10d /.gitlab-ci.yml | |
parent | [#1653] fix cat ___.pid: no such file or dir in UT (diff) | |
download | kea-d88f45ad297888b3855dbeeada37f8369bc05d50.tar.xz kea-d88f45ad297888b3855dbeeada37f8369bc05d50.zip |
[#1653] add unit tests for shell error reporting
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 3ec8fb82f1..a7359ccbaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ shellcheck: - SCRIPTS= - SCRIPTS+="src/bin/admin/admin-utils.sh " - SCRIPTS+="src/bin/admin/kea-admin.in " + - SCRIPTS+="src/bin/admin/tests/admin_tests.sh.in " - SCRIPTS+="src/bin/admin/tests/cql_tests.sh.in " - SCRIPTS+="src/bin/admin/tests/memfile_tests.sh.in " - SCRIPTS+="src/bin/admin/tests/mysql_tests.sh.in " |