2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 20:32:17 +00:00

Minor bugfix.

[SVN r17298]
This commit is contained in:
Vladimir Prus
2003-02-10 07:09:14 +00:00
parent 1bba5c6b1f
commit a3022bed89

View File

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