]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: also run TEST-01-BASIC with QEMU to cover udevd and so on
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 25 Dec 2018 04:56:46 +0000 (05:56 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sat, 29 Dec 2018 18:14:35 +0000 (19:14 +0100)
travis-ci/managers/xenial.sh

index c854e681b0a088ea213db457a88415db10c3583d..10ba4382f8acd4c2aea9a6d99ab5476a73c5a656 100755 (executable)
@@ -17,3 +17,8 @@ sed -i 's/2\.30/2.27/' meson.build
 meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true build
 ninja -v -C build
 make -C test/TEST-01-BASIC clean setup run TEST_NO_QEMU=yes NSPAWN_ARGUMENTS=--keep-unit RUN_IN_UNPRIVILEGED_CONTAINER=no
+
+# 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.
+make -C test/TEST-01-BASIC clean setup run TEST_NO_NSPAWN=yes