diff options
Diffstat (limited to 'src/cli/test_command.zig')
-rw-r--r-- | src/cli/test_command.zig | 1 |
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; |