Subject: [Boost-users] Boost.Test 1.42 --report_sink="path with spaces"
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2010-02-08 16:26:19


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?

Regards
Chris