summaryrefslogtreecommitdiff
path: root/semaphoreci
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-13 15:27:51 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-13 18:15:41 +0900
commit85a03fda7df4d45dc0c2414784b1da5991c39efa (patch)
tree33eaf9a0d83698a614ad4400025791ac1e69a2be /semaphoreci
parent1763ef1d49cc1263b40f157060a61cdd6e91d3a4 (diff)
downloadsystemd-85a03fda7df4d45dc0c2414784b1da5991c39efa.tar.gz
ci: also set -Dfuzz-tests=true if -Dslow-tests=true
Diffstat (limited to 'semaphoreci')
-rwxr-xr-xsemaphoreci/semaphore-runner.sh2
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