2
0
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:
Dave Abrahams
2004-12-01 16:51:37 +00:00
parent b4c6c27664
commit ea8e6a7950

View File

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