citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 49108dee586836516f3c5fe4f842c4ddf0c21b29
parent 60e74bd3b853d28c91e58240772d313f19c87585
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Tue, 10 Jan 2017 20:26:58 -0800

t: win32 gets extra log line

Diffstat:
Mt/wrap_jam.t | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/t/wrap_jam.t b/t/wrap_jam.t @@ -48,8 +48,15 @@ PATH='' Link detected, adding '' to command line. Modified command line is '' No source files found on command line. +EOF + +if ($^O eq 'MSWin32') { + # Windows gets an extra message because exec() is emulated by fork(). + $log_good .= <<EOF ; Forked compiler '' EOF +} + $wrap->read( \$citrun_log, 'citrun.log' ); $citrun_log = clean_citrun_log( $citrun_log );