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

Make test_all.py print more information on failure.

This commit is contained in:
Steven Watanabe
2017-12-16 16:11:39 -07:00
parent 6c3397fac8
commit bb300dac25

View File

@@ -96,6 +96,7 @@ def run_tests(critical_tests, other_tests):
print("PASSED")
else:
print("FAILED")
BoostBuild.flush_annotations()
else:
rs = "succeed"
if not passed: