From bb89e5142ff2608277eeab50f7fdbe56117c7eea Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 7 Sep 2007 23:59:10 +0000 Subject: [PATCH] Make it work [SVN r39163] --- test/BoostBuild.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/BoostBuild.py b/test/BoostBuild.py index f48889ee5..fb5ced65f 100644 --- a/test/BoostBuild.py +++ b/test/BoostBuild.py @@ -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: