From bb300dac25933809e0ab29eb323fda7fcdcbb7a8 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 16 Dec 2017 16:11:39 -0700 Subject: [PATCH] Make test_all.py print more information on failure. --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_all.py b/test/test_all.py index 9d40be506..c94d8703a 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -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: