From 4d2503cd5443ef7697465ab1ba199e9e69c497e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 2 Jul 2021 11:44:41 +0200 Subject: [PATCH] [lldb] [test] Add missing category to test_detach_current --- lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py b/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py index bcf728c..8937621 100644 --- a/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py +++ b/lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py @@ -164,6 +164,7 @@ class TestGdbRemoteFork(gdbremote_testcase.GdbRemoteTestCaseBase): ], True) ret = self.expect_gdbremote_sequence() + @add_test_categories(["fork"]) def test_detach_current(self): self.build() self.prep_debug_monitor_and_inferior() -- 2.7.4