From 46c0bd8a1d54a3018d693dcf2d3e333f745135db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 28 Jun 2012 12:27:44 +0000 Subject: [PATCH] Updated the Boost Build test_rc.py test to display some additional debugging information in case of failures to help debugging some detected test failures on different non-Windows Boost library test runners. [SVN r79155] --- v2/test/test_rc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v2/test/test_rc.py b/v2/test/test_rc.py index 2900a3e80..daa75d7bd 100755 --- a/v2/test/test_rc.py +++ b/v2/test/test_rc.py @@ -16,7 +16,10 @@ def included_resource_newer_than_rc_script(): to be considered old and force all of its dependents to rebuild. """ - t = BoostBuild.Tester("-d1", pass_d0=False) + # Temporarily added the --debug-configuration flag to help with debugging + # some detected test failures on different remote Boost library test + # runners. + t = BoostBuild.Tester("-d1 --debug-configuration", pass_d0=False) t.write("jamroot.jam", """\ ECHO {{{ [ modules.peek : XXX ] [ modules.peek : NOEXEC ] }}} ;