-b and -- teamcity dont work together
description
Hey,
i've created a test project (attached) with 5 tests, 2 that need the browser and 3 that dont.
i have run the following from the command line with the results
StatLight.exe -x=UnitTestApplication\Bin\Debug\UnitTestApplication.xap -b
Test run results: Total 5, Successful 5, Failed 0,
StatLight.exe -x=UnitTestApplication\Bin\Debug\UnitTestApplication.xap
Test run results: Total 5, Successful 3, Failed 2,
StatLight.exe -x=UnitTestApplication\Bin\Debug\UnitTestApplication.xap --teamcity
Test run results: Total 5, Successful 3, Failed 2,
StatLight.exe -x=UnitTestApplication\Bin\Debug\UnitTestApplication.xap --teamcity -b
Test run results: Total 0, Successful 0, Failed 0,
Any ideas???
i get the same results in teamcity
EXTRA INFO
the above is all command line calls and not via teamcity.
But when I do it from teamcity I get the same results