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

Removed temporary '--plinky-plonky' Boost Build debugging code.

[SVN r78906]
This commit is contained in:
Jurko Gospodnetić
2012-06-12 08:11:48 +00:00
parent badabe691c
commit 4a0e96a07a
2 changed files with 1 additions and 13 deletions

View File

@@ -613,15 +613,6 @@ local rule should-clean-project ( project )
$(extra-properties) ] ;
local target-ids = [ $(build-request).get-at 1 ] ;
local properties = [ $(build-request).get-at 2 ] ;
# '--plinky-plonky' - Temporary debugging code related to tracking down
# the cause of some Boost Build test failured on different platforms.
# (11.06.2012.) (Jurko)
if --plinky-plonky in $(.argv)
{
ECHO ... argv: \"$(.argv)\" ... ;
ECHO ... target-ids: \"$(target-ids)\" ... ;
ECHO ... properties: \"$(properties)\" ... ;
}
# Expand properties specified on the command line into multiple property

View File

@@ -25,10 +25,7 @@ def test_user_configuration():
path handling is tested.
"""
# '--plinky-plonky' - Temporary debugging code related to tracking down
# the cause of some Boost Build test failured on different platforms.
# (11.06.2012.) (Jurko)
t = BoostBuild.Tester("--debug-configuration --plinky-plonky", pass_toolset=False,
t = BoostBuild.Tester("--debug-configuration", pass_toolset=False,
use_test_config=False)
implicitConfigLoadMessage = "notice: Loading user-config configuration file: *"