From: Frantisek Sumsal Date: Thu, 9 May 2019 17:30:13 +0000 (+0200) Subject: test: allow SKIP_INITRD override X-Git-Tag: v243-rc1~458^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12521%2Fhead;p=thirdparty%2Fsystemd.git test: allow SKIP_INITRD override Certain distributions (e.g. Arch Linux) require booting with initrd, as they lack support for commonly used filesystems in the kernel (i.e. the support is compiled in as modules) --- diff --git a/test/test-functions b/test/test-functions index b269cd35241..bfd6b6662a6 100644 --- a/test/test-functions +++ b/test/test-functions @@ -50,7 +50,7 @@ IS_BUILT_WITH_ASAN=$(is_built_with_asan && echo yes || echo no) if [[ "$IS_BUILT_WITH_ASAN" = "yes" ]]; then STRIP_BINARIES=no - SKIP_INITRD=yes + SKIP_INITRD="${SKIP_INITRD:-yes}" PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan QEMU_MEM="1536M" QEMU_SMP=4