mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Makes the Boost Build testing system correctly report the number of passed test cases instead of reporting all test cases as passed.
[SVN r51396]
This commit is contained in:
@@ -80,8 +80,8 @@ def run_tests(critical_tests, other_tests):
|
||||
</run>
|
||||
</test-log>
|
||||
"""
|
||||
|
||||
pass_count = pass_count + 1
|
||||
if passed:
|
||||
pass_count = pass_count + 1
|
||||
sys.stdout.flush() # Makes testing under emacs more entertaining.
|
||||
|
||||
# Erase the file on success.
|
||||
|
||||
Reference in New Issue
Block a user