The users list would be more appropriate for questions like this.
I'm not the domain expert for bullseye coverage, but I wonder if you are
running everything from a single shell (or else your environment
variables you set won't be exposed to later separate invocations of the
shell.)
On 06/15/2012 07:14 AM,
yagodk...@gmail.com wrote:
> Hi Kohsuke,
> I am trying to build bullseye instrumented build from Jenkins (without covselect command)
>
> 1. I define the envrionment variables to use:
>
> SET MY_LOCAL_COV_FILE=T:\%BUILD_NUMBER%.cov
> SET COVFILE=%MY_LOCAL_COV_FILE%
> SET COVBUILDZONE=%BUILD_NUMBER%
>
> 2. Enable Coverage Build
> cov01 --on
>
> 3. Start devenv command to build c++ project
>
> But Bullseye doesn't create *.cov file.
>
> I think Jenkins doesn't enable coverage build without covselect command
>
>
--
Kohsuke Kawaguchi
http://kohsuke.org/