[UpdateTestChecks] Fix wildcard support on DOS prompts
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 27 Sep 2019 10:04:16 +0000 (10:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 27 Sep 2019 10:04:16 +0000 (10:04 +0000)
commit34cccf01c5db287ba6a99cf8aad3f7a0d5dae7f2
tree684a3ee12c094518b7d3e85c97388d3321e8117e
parent32a4b27aa3c906e62c532d2372fa5e7db1c0c452
[UpdateTestChecks] Fix wildcard support on DOS prompts

D64572 / rL365818 changed the way that the file paths were collected, which meant we lost the file pattern expansion necessary when working with DOS command prompt

llvm-svn: 373062
llvm/utils/update_test_checks.py