2
0
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:
Jurko Gospodnetić
2009-02-22 17:36:30 +00:00
parent dfa3eb2afb
commit 0a29b8a0fa

View File

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