driazati commented on code in PR #11456:
URL: https://github.com/apache/tvm/pull/11456#discussion_r881805091


##########
tests/scripts/ci.py:
##########
@@ -526,7 +526,7 @@ def add_subparser(
             kwargs["required"] = not is_optional and not has_default
 
         if str(arg_type).startswith("typing.List"):
-            kwargs["nargs"] = "+"
+            kwargs["action"] = "append"

Review Comment:
   this was broken before, only the latest test was added to the args list, 
this fixes it so the snippet in the PR body works correctly



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to