From a3022bed895db67f9fbd14cdbefbedbcc5a39079 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 10 Feb 2003 07:09:14 +0000 Subject: [PATCH] Minor bugfix. [SVN r17298] --- test/BoostBuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.