From 0b3e3d21ccea0e9e46cf0a69ea4f50f6f34a24b3 Mon Sep 17 00:00:00 2001 From: Muhammad Usama Anjum Date: Wed, 25 Sep 2024 18:07:45 +0500 Subject: [PATCH] Update config/runtime/tests/rt-tests.jinja2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Wieczorek --- config/runtime/tests/rt-tests.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime/tests/rt-tests.jinja2 b/config/runtime/tests/rt-tests.jinja2 index 2d791f4449..203c7699a1 100644 --- a/config/runtime/tests/rt-tests.jinja2 +++ b/config/runtime/tests/rt-tests.jinja2 @@ -25,7 +25,7 @@ PRIORITY: {{ priority|default('98') }} THREADS: {{ threads|default('2') }} {% elif tst_cmd == 'pi-stress' %} - MLOCKALL: {{ mlockall|default("true") }} + MLOCKALL: {{ mlockall|default('"true"') }} {% elif tst_cmd == 'rt-migrate-test' %} PRIORITY: {{ priority|default('90') }} {% elif tst_cmd == 'signaltest' %}