]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: bump QEMU_SMP to 4 when running under ASan/UBSan
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 11 Jan 2019 15:51:49 +0000 (16:51 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 12 Jan 2019 10:38:21 +0000 (11:38 +0100)
test/test-functions

index c0f6f78a7ee627127b9d31bce3c0b1733e299acd..d9ecc656611c9373c711eea37fa145667943bb1d 100644 (file)
@@ -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() {