[llvm] [unittest] Add option to allow disabling sharding in unittest (PR #67063)

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 20:53:37 PDT 2023


================
@@ -118,6 +118,12 @@ def parse_args():
         )
 
     execution_group = parser.add_argument_group("Test Execution")
+    execution_group.add_argument(
+        "--disable-gtest-sharding",
+        dest="disableGTestSharding",
----------------
petrhosek wrote:

Looks like my review wasn't published before this change was merged, it'd be great to address this in a follow up change.

https://github.com/llvm/llvm-project/pull/67063


More information about the llvm-commits mailing list