diff --git a/test/BoostBuild.py b/test/BoostBuild.py index 9d3d5315b..804999cd8 100644 --- a/test/BoostBuild.py +++ b/test/BoostBuild.py @@ -253,7 +253,7 @@ class Tester(TestCmd.TestCmd): # If test failed, print the difference if condition and hasattr(self, 'difference'): self.difference.pprint() - TestCmd.fail_test(self, condition, *args) + TestCmd.TestCmd.fail_test(self, condition, *args) # A number of methods below check expectations with actual difference # between directory trees before and after build.