From: Frantisek Sumsal Date: Fri, 11 Jan 2019 15:49:49 +0000 (+0100) Subject: test: bump QEMU memory to 1536M when running under ASan/UBSan X-Git-Tag: v241-rc1~78^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=670bec2b072524a6ec5b84daaa64c35b97ffb211;p=thirdparty%2Fsystemd.git test: bump QEMU memory to 1536M when running under ASan/UBSan --- diff --git a/test/test-functions b/test/test-functions index da3c537db03..c0f6f78a7ee 100644 --- a/test/test-functions +++ b/test/test-functions @@ -52,6 +52,7 @@ if [[ "$IS_BUILT_WITH_ASAN" = "yes" ]]; then STRIP_BINARIES=no SKIP_INITRD=yes PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan + QEMU_MEM="1536M" fi function find_qemu_bin() {