2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

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]
This commit is contained in:
Jurko Gospodnetić
2012-06-28 12:27:44 +00:00
parent f9fff72d6e
commit 46c0bd8a1d

View File

@@ -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 ] }}} ;