2
0
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:
Vladimir Prus
2007-09-07 23:59:10 +00:00
parent 7fd3402b2f
commit bb89e5142f

View File

@@ -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: