]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: run TEST-01-BASIC under ASAN+UBSan again
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 16 Jul 2019 15:01:04 +0000 (15:01 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 16 Jul 2019 15:01:04 +0000 (15:01 +0000)
Not that `journalctl --flush` is no longer flaky, it should be
safe to bring the test back.

travis-ci/managers/xenial.sh

index 076e8f9325909f5c6652a467fe43377e60885eea..a11f2ce4d4d85e052673fdb4ff3582b3bea49c28 100755 (executable)
@@ -56,6 +56,4 @@ make -C test/TEST-01-BASIC clean setup run NSPAWN_TIMEOUT=600 TEST_NO_QEMU=yes N
 # Now that we're more or less sure that ASan isn't going to crash systemd and cause a kernel panic
 # let's also run the test with QEMU to cover udevd, sysctl and everything else that isn't run
 # in containers.
-
-# This should be turned on once `journalctl --flush` isn't flaky any more
-#make -C test/TEST-01-BASIC clean setup run QEMU_TIMEOUT=900 TEST_NO_NSPAWN=yes
+make -C test/TEST-01-BASIC clean setup run QEMU_TIMEOUT=900 TEST_NO_NSPAWN=yes