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

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