From fa2fa1805c07f916a4571bca83fed8c216de04cf Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 14 May 2014 09:32:34 +0400 Subject: [PATCH] Added always_show_run_output to ctti_print_name test rule --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 92e0222..277944e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -41,7 +41,7 @@ test-suite type_index : [ run type_index_test.cpp $(tlib) ] [ run type_index_test.cpp $(tlib) : : : off : type_index_test_no_rtti ] - [ run ctti_print_name.cpp ] + [ run ctti_print_name.cpp : : : always_show_run_output ] [ run testing_crossmodule.cpp test_lib_rtti $(tlib) ] [ run testing_crossmodule.cpp test_lib_nortti $(tlib) : : : off : testing_crossmodule_no_rtti ] [ run testing_crossmodule_anonymous.cpp test_lib_anonymous_rtti $(tlib) ]