diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-13 07:27:51 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-13 10:15:41 +0100 |
commit | 85a03fda7df4d45dc0c2414784b1da5991c39efa (patch) | |
tree | 33eaf9a0d83698a614ad4400025791ac1e69a2be /semaphoreci | |
parent | meson: do not build fuzzers when fuzz-tests=false (diff) | |
download | systemd-85a03fda7df4d45dc0c2414784b1da5991c39efa.tar.xz systemd-85a03fda7df4d45dc0c2414784b1da5991c39efa.zip |
ci: also set -Dfuzz-tests=true if -Dslow-tests=true
Diffstat (limited to 'semaphoreci')
-rwxr-xr-x | semaphoreci/semaphore-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index 715a5aafb1..8b18f799c9 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -86,7 +86,7 @@ EOF # disable autopkgtests which are not for upstream sed -i '/# NOUPSTREAM/ q' debian/tests/control # enable more unit tests - sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dman=true /' debian/rules + sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dfuzz-tests=true -Dman=true /' debian/rules # no orig tarball echo '1.0' > debian/source/format |