Skip to content

Commit

Permalink
Removing Endrun updates indebug mode since it makes it difficult to w…
Browse files Browse the repository at this point in the history
…ork with branches during local tests
  • Loading branch information
Max committed Jan 2, 2019
1 parent 119a1ad commit 5de630e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ class Test99SaveResults
[Test]
public void EndRun()
{
#if !DEBUG
MasterEnvironment.UpdateDocumentationIfLooksLikeAFullRun();
//var markupResults = MasterEnvironment.ResultsAsMarkup( OutputVersions.Summary);
//Console.Write(markupResults);
#endif
}

}
Expand Down

0 comments on commit 5de630e

Please sign in to comment.