This just removes the print "Discovered test .." code in the xUnit.NET unit test engine. If users need to diagnose what tests are being debugged, it can be found out with --trace and observing what build commands are invoked.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARC799841a0d85d: Remove debugging output from xUnit.NET test engine
Ran arc unit --everything and didn't see the message any more.
Diff Detail
Diff Detail
- Branch
- csharp-discovery-output
- Lint
Lint Passed - Unit
Tests Passed
Event Timeline
Comment Actions
I'm going to try clicking the "Land to Hosted Git" button and see what happens, but if that doesn't go through you should be able to push this yourself now:
$ # Add SSH key in Settings > SSH Public Keys $ git remote set-url origin dweller@secure.phabricator.com:diffusion/ARC/ $ arc land