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