diff options
author | 2018-11-28 04:50:04 +0100 | |
---|---|---|
committer | 2018-11-28 05:12:58 +0100 | |
commit | a2ab58da1a6f0b6c51537d92c40208c2e00b97e9 (patch) | |
tree | d8852a44f7273fce6df980f1d2d3780e957265dc /travis-ci | |
parent | Merge pull request #10952 from evverx/keep-fuzz-udev-rules-going (diff) | |
download | systemd-a2ab58da1a6f0b6c51537d92c40208c2e00b97e9.tar.gz systemd-a2ab58da1a6f0b6c51537d92c40208c2e00b97e9.tar.bz2 systemd-a2ab58da1a6f0b6c51537d92c40208c2e00b97e9.zip |
travis: make sure that *.perf and directives.* files are in sync
New features are constantly added to networkd. Apparently, not everybody
knows that the "directives" files should be updated too to make
the fuzzers aware of them.
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/fedora.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index c84d10bbe..b3ee0281a 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -50,6 +50,7 @@ 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_ASAN) $DOCKER_EXEC git clean -dxff |