chaneyc
3 years agoContributor
Re: Running Tests via Command Line
Hi all,
Have some questions around Command Line testing. I do have it working in certain cases. I dont want to run all Execution Plans but only certain ones and then Save the Log file.
At the moment it is failing because it wants to run all Execution Plans. I want to save a log for say .pjs and not for .mds.
The one you have is "C:\My Projects\MyProj.mds" /r /sl:"C:\logs\new-log.txt", I would like it for "C:\My Projects\MyProj.pjs" /r /sl:"C:\logs\new-log.txt" if possible.
Thanks
Colin