OpenSource » Configuration Management » nunit-parallel
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

tip commit

Changeset fb917fc30d07

Parent ff3d0dea10d1

by <>

Changes to one file · Browse files at fb917fc30d07 Showing diff from parent ff3d0dea10d1 Diff from another changeset...

 
480
481
482
483
 
484
485
486
487
488
489
 
490
491
492
 
480
481
482
 
483
484
485
486
487
488
 
489
490
491
492
@@ -480,13 +480,13 @@
  "\\Nexport\\packages\\NUnit.Runners.2.6.3\\tools\\nunit-console.exe\" " +   "-targetargs:\" " + "\"" + workspaceString +   "\\Nexport\\NexPort.Tests\\bin\\Nexport.Tests.dll\"" + - " /noshadow /nologo /exclude:Performance,WebApi /config:stable /nothread /xml=" + "\"" + + " /nologo /exclude:Performance,WebApi /config:stable /nothread /xml=" + "\"" +   workspaceString + "\\reports\\testResult" + outputCountLocal + ".xml\" " +   " /runlist=\"" + testFixtureBlockName + "\"\" " +   " -filter:\"+[Nexport*]* +[NexportVirtualCampus*]* -[Nexport.Tests]*\" " +   "-log:Error -register:user -mergebyhash -output:\"" + workspaceString + "\\coverage\\opencover" +   outputCountLocal + ".xml\""; - Console.WriteLine("yan want to see this: "+outputCountLocal); + //Console.WriteLine("yan want to see this: "+outputCountLocal);