$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Test 1.42 --report_sink="path with spaces"
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-03-01 17:42:16
Chris Hoeppler <hoeppler <at> gmx.net> writes:
>
> Hi,
>
> when calling some my_unit_test module with
>
> my_unit_test --report_level=detailed --report_sink="foo bar"
>
> then the report isn't written to a file "foo bar" but to a file "foo".
> Is there any way to pass a path containing spaces to the report_sink
> option?
This is a know issue with the Boost.Test command line parsing component. I am
looking to fix this.
Gennadiy