[PATCH] D58817: Add wildcard support to all update_*_test_checks.py scripts (PR37500)

Greg Bedwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 04:37:51 PST 2019


gbedwell added inline comments.


================
Comment at: utils/update_mir_test_checks.py:429
+    test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
+    for test in test_path:
         try:
----------------
typo?  test_path*s*


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58817/new/

https://reviews.llvm.org/D58817





More information about the llvm-commits mailing list