VS2012 MSTest utility suddenly stopped generating trx files. The same command was generating trx files till yesterday! It prints no. of tests passed or failed on console, but does not create a trx file.
Looks like some configuration got changed by system update.
MSTEST MyTest.dll /TestCaseFilter:"TestCategory=Category1" /logger:trx
Any thoughts what might be the issue?