mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
Fix debugger invocation in PATH_SETUP
[SVN r21756]
This commit is contained in:
@@ -351,7 +351,7 @@ rule run-test ( type-to-test run-target : sources * )
|
||||
debugger = $(debugger)" " ;
|
||||
local newline = "
|
||||
" ;
|
||||
PATH_SETUP on $(run-target) = $(path-setup:J=$(newline))$(newline)$(debugger:E=) ;
|
||||
PATH_SETUP on $(run-target) = $(path-setup:J=$(newline):E=)$(newline)$(debugger:E=) ;
|
||||
local verbose-test = 1 ;
|
||||
if --verbose-test in $(ARGV)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user