Forum member
llewellynfalco
3 posts
Posts by llewellynfalco
-
Approvals and Distributed Processing
The path comes from the stack trace information of the code. It's based on where it was compiled (I believe). I'm not sure how it work (exactly) with ncrunch, but it worth observing that either way would work as the files are identical and exist on the local machine. This is probably the time to …
20 Mar 2016 00:43 UTC
-
Approvals and Distributed Processing
ApprovalTests is producing the move lines. It double prints because it prints to debug and console which some systems use 1 some the other and some both.
19 Mar 2016 12:55 UTC
-
Approvals and Distributed Processing
var namer = Approvals.GetDefaultNamer(); namer.Name namer.SourcePath will get you where it's looking. Also the error and console should print the expected location on failure. I just my 1st question is what's different about the vm? any chance the user permissions are causing issu…
19 Mar 2016 02:31 UTC