summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-07 20:46:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-20 15:44:31 +0200
commitc6448ee39eaf5cba6676239576a745cc5dabc154 (patch)
tree8f462c22ea823687a0f4ca2ff608c51ad71cc1dc /travis-ci
parenta188bcffc3007178ac3367176ab996eeec9d5b29 (diff)
downloadsystemd-c6448ee39eaf5cba6676239576a745cc5dabc154.tar.gz
test: run check-directives.sh as part of the test suite
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/debian.sh1
-rwxr-xr-xtravis-ci/managers/fedora.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/travis-ci/managers/debian.sh b/travis-ci/managers/debian.sh
index 72ffcee439..8a3a0e9c87 100755
--- a/travis-ci/managers/debian.sh
+++ b/travis-ci/managers/debian.sh
@@ -47,7 +47,6 @@ for phase in "${PHASES[@]}"; do
docker exec $ENV_VARS -it $CONT_NAME meson --werror -Dtests=unsafe -Dslow-tests=true -Dsplit-usr=true build
$DOCKER_EXEC ninja -v -C build
docker exec -e "TRAVIS=$TRAVIS" -it $CONT_NAME ninja -C build test
- $DOCKER_EXEC tools/check-directives.sh
;;
RUN_ASAN|RUN_CLANG_ASAN)
if [[ "$phase" = "RUN_CLANG_ASAN" ]]; then
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh
index 760ed5b1ea..bb1b79be4b 100755
--- a/travis-ci/managers/fedora.sh
+++ b/travis-ci/managers/fedora.sh
@@ -50,7 +50,6 @@ for phase in "${PHASES[@]}"; do
$DOCKER_EXEC meson --werror -Dtests=unsafe -Dslow-tests=true build
$DOCKER_EXEC ninja -v -C build
$DOCKER_EXEC ninja -C build test
- $DOCKER_EXEC tools/check-directives.sh
;;
RUN_CLANG)
docker exec -e CC=clang -e CXX=clang++ -it $CONT_NAME meson --werror -Dtests=unsafe -Dslow-tests=true build