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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user