aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/test_command.zig')
-rw-r--r--src/cli/test_command.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig
index fe9611d85..5686659c8 100644
--- a/src/cli/test_command.zig
+++ b/src/cli/test_command.zig
@@ -636,6 +636,7 @@ pub const TestCommand = struct {
// rely on the dir fd yields a performance improvement
.store_fd = true,
.smol = ctx.runtime_options.smol,
+ .debugger = ctx.runtime_options.debugger,
},
);
vm.argv = ctx.passthrough;