mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Don't delete EXE's when debugging.
[SVN r26395]
This commit is contained in:
@@ -417,7 +417,7 @@ rule run-test ( type-to-test run-target : sources * )
|
||||
|
||||
capture-run-output $(run-target) : $(executable) : $(debugger) ;
|
||||
|
||||
if ! ( --preserve-test-targets in $(ARGV) )
|
||||
if ! ( --preserve-test-targets in $(ARGV) ) && ! [ MATCH ^--debugger=(.*) : $(ARGV) ]
|
||||
{
|
||||
RmTemps $(run-target) : $(targets-to-test) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user