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

Minor bugfix.

[SVN r17298]
This commit is contained in:
Vladimir Prus
2003-02-10 07:09:14 +00:00
parent 1c6e242015
commit 6944a6cb23
2 changed files with 2 additions and 2 deletions

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.

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.