From ba9838783af2d9577b8637371c68ed37f0b58fe0 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 30 Jan 2018 03:36:00 +0000 Subject: dotest: Apply --skip-categories to debug info categories llvm-svn: 323723 --- lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index 602f68344fa..392aca60864 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -1733,7 +1733,7 @@ class LLDBTestCaseFactory(type): # authoritative. If none were specified, try with all debug # info formats. all_dbginfo_categories = set( - test_categories.debug_info_categories) + test_categories.debug_info_categories) - set(configuration.skipCategories) categories = set( getattr( attrvalue, -- cgit v1.2.3