#6613
11 years ago
21 Nov 2014 12:17 UTC
v2.10.0.4
The current way I use to output record which NCrunch version is being used (so I get that in TC's build log) is:
ncrunch | findstr /R "v[0-9]"
Is that supposed to be part of initial console output when running?
(If not it would be nice to have --version switch and/or preferably echo the version used to console when starting.)
#6617
11 years ago
21 Nov 2014 20:08 UTC
Hi,
Normally the console tool will emit the version number if you run it without parameters. It should be on the first line of text in the output.
Is this what you're asking? Or are you looking for the version to be emitted when the tool is used with parameters also?
Thanks!
Remco
#6620
11 years ago
24 Nov 2014 06:30 UTC
Remco wrote: Or are you looking for the version to be emitted when the tool is used with parameters also?
Yeah, also it would be useful to output version of each grid node used.
For instance from a TC log:
[15:02:14] : TeamCity server version is 8.1.4 (build 30168)
...
[15:02:48] : [Get dotCover version] Output: JetBrains dotCover Console Runner v2.7.2.84. Copyright (c) 2009-2014 JetBrains s.r.o. All rights reserved.
...
[15:02:52] : [exec] Microsoft (R) Build Engine version 4.0.30319.18408
...
etc.
i.e. it is good to be able to determine in logs which version of tools that were used during that build when troubleshooting etc.
#6621
11 years ago
24 Nov 2014 09:10 UTC
Fair enough. I'll see if I can get it added :)