mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
tests: pass --werror to meson on Semaphore
This commit is contained in:
parent
0a2eef1ee1
commit
14f3e04d2b
@ -79,7 +79,7 @@ EOF
|
||||
# disable autopkgtests which are not for upstream
|
||||
sed -i '/# NOUPSTREAM/ q' debian/tests/control
|
||||
# enable more unit tests
|
||||
sed -i '/^CONFFLAGS =/ s/=/= -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 -Dman=true /' debian/rules
|
||||
# no orig tarball
|
||||
echo '1.0' > debian/source/format
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user