mirror of
https://github.com/boostorg/build.git
synced 2026-02-09 23:12:23 +00:00
Make it work
[SVN r39163]
This commit is contained in:
@@ -424,8 +424,7 @@ class Tester(TestCmd.TestCmd):
|
||||
result = None
|
||||
if hasattr(self,'difference'):
|
||||
for f in self.difference.added_files+self.difference.modified_files+self.difference.touched_files:
|
||||
fname = self.remove_variant_features([f])[0]
|
||||
if fnmatch.fnmatch(fname,name):
|
||||
if fnmatch.fnmatch(f,name):
|
||||
result = self.native_file_name(f)
|
||||
break
|
||||
if not result:
|
||||
|
||||
Reference in New Issue
Block a user