diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-07-16 15:01:04 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-07-16 15:01:04 +0000 |
commit | ee784fff1af4da2151309f3a943257537f507cc8 (patch) | |
tree | b2d6dcb9813c97c298e1b903f5e0f7337480782a /travis-ci | |
parent | 15bcd9fa09490c00b09fd3e166b6b05e560da5d6 (diff) | |
download | systemd-ee784fff1af4da2151309f3a943257537f507cc8.tar.gz |
tests: run TEST-01-BASIC under ASAN+UBSan again
Not that `journalctl --flush` is no longer flaky, it should be
safe to bring the test back.
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/xenial.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/travis-ci/managers/xenial.sh b/travis-ci/managers/xenial.sh index 076e8f9325..a11f2ce4d4 100755 --- a/travis-ci/managers/xenial.sh +++ b/travis-ci/managers/xenial.sh @@ -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 |