From 4a1c3005a443f36f4171fa7513d2fc6587fd3122 Mon Sep 17 00:00:00 2001 From: Zharkov Roman Date: Tue, 4 Mar 2025 15:47:51 +0700 Subject: [PATCH] Update meson.build to make the isolation tests work. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d963c020de..b4336f0668 100644 --- a/meson.build +++ b/meson.build @@ -112,6 +112,7 @@ tests += { ], 'regress_args': [ '--temp-config', files('logical.conf'), + '--load-extension=rum', ], }, -} \ No newline at end of file +}