From 6acb36bc1162049e52f8fd4cb18e1a14bd7ecdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 11 Jun 2012 01:55:43 +0000 Subject: [PATCH] Removed some 'regression' test specialized debugging code from the main Boost Build test runner script that seems to have been left behind from some debugging efforts. It would cause annotations to be displayed to the user if that test failed and no XML output was requested, while for all the other failed tests such annotations are ignored. This seems unnecessary since this output can be collected by directly running the regression.py test script, same as what is done with any other failed test. [SVN r78881] --- test/test_all.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_all.py b/test/test_all.py index 79df7f2c9..3b8397081 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -83,9 +83,6 @@ def run_tests(critical_tests, other_tests): print("PASSED") else: print("FAILED") - - if test == "regression": - BoostBuild.flush_annotations() BoostBuild.clear_annotations() else: rs = "succeed"