diff options
author | Luca Boccassi <bluca@debian.org> | 2022-04-07 02:18:53 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-07 07:53:49 +0200 |
commit | 219ff0cb1ea851eb82cc4bb5bb0ca6b7eb4fb25b (patch) | |
tree | ece13abc97f4063b1ef236f23550afad682d94d1 /.semaphore | |
parent | Merge pull request #22965 from enr0n/oomd-used-memory-calc (diff) | |
download | systemd-219ff0cb1ea851eb82cc4bb5bb0ca6b7eb4fb25b.tar.xz systemd-219ff0cb1ea851eb82cc4bb5bb0ca6b7eb4fb25b.zip |
semaphoreci: re-enable rebooting tests
Fixed by https://salsa.debian.org/systemd-team/systemd/-/commit/5738b62f5544d040550a018dcd02701bac4feec8
Fixes https://github.com/systemd/systemd/issues/22991
Diffstat (limited to '.semaphore')
-rwxr-xr-x | .semaphore/semaphore-runner.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh index ec95f65315..ba21811718 100755 --- a/.semaphore/semaphore-runner.sh +++ b/.semaphore/semaphore-runner.sh @@ -96,10 +96,6 @@ EOF rm -rf debian/patches # disable autopkgtests which are not for upstream sed -i '/# NOUPSTREAM/ q' debian/tests/control - # TODO: rebooting via autopkgtest-reboot seems to be broken, disable these tests for now - sed -i -n '1,/Tests: boot-and-services/p;/Tests: udev/,$p' debian/tests/control - sed -i '/Tests: boot-and-services/d' debian/tests/control - sed -i '/Tests: boot-smoke/,$d' debian/tests/control # enable more unit tests sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dfuzz-tests=true -Dman=true /' debian/rules # no orig tarball |