From: Davide Italiano Date: Thu, 5 Apr 2018 22:46:39 +0000 (+0000) Subject: [dotest] --skip-category should append and not override. X-Git-Tag: llvmorg-7.0.0-rc1~8838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f969602f0a0b7b161a88f7f78ae50e090822c6c;p=platform%2Fupstream%2Fllvm.git [dotest] --skip-category should append and not override. llvm-svn: 329358 --- diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 41a15eb..6fa85cb 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -337,7 +337,7 @@ def parseOptionsAndInitTestdirs(): configuration.categoriesList = [] if args.skipCategories: - configuration.skipCategories = test_categories.validate( + configuration.skipCategories += test_categories.validate( args.skipCategories, False) if args.E: