diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2019-01-11 16:51:49 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2019-01-12 11:38:21 +0100 |
commit | 5b2172ee50cc809f656556636597f861034c88b3 (patch) | |
tree | 0eecbc56dc1e1ba8f7ed23f89881604f636f8721 /test | |
parent | test: bump QEMU memory to 1536M when running under ASan/UBSan (diff) | |
download | systemd-5b2172ee50cc809f656556636597f861034c88b3.tar.xz systemd-5b2172ee50cc809f656556636597f861034c88b3.zip |
test: bump QEMU_SMP to 4 when running under ASan/UBSan
Diffstat (limited to 'test')
-rw-r--r-- | test/test-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index c0f6f78a7e..d9ecc65661 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() { |