diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-06 10:17:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-06 11:24:34 +0200 |
commit | b2ad25d388d54d6638279b88ae0ca0e42335e02d (patch) | |
tree | cdfc5aff2b81fa7de8fea018bceec107b6c1835c /test | |
parent | efd0b6cccae2a6108a1e418caaa627e09bfa9c99 (diff) | |
download | systemd-b2ad25d388d54d6638279b88ae0ca0e42335e02d.tar.gz systemd-b2ad25d388d54d6638279b88ae0ca0e42335e02d.tar.bz2 systemd-b2ad25d388d54d6638279b88ae0ca0e42335e02d.zip |
test: turn off the kernel's passive agressive /dev/kmsg ratelimit for our tests
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 6535099047..e69420aeca 100644 --- a/test/test-functions +++ b/test/test-functions @@ -124,6 +124,7 @@ loglevel=2 \ init=$ROOTLIBDIR/systemd \ console=ttyS0 \ selinux=0 \ +printk.devkmsg=on \ $_cgroup_args \ $KERNEL_APPEND \ " |