Page MenuHomePhabricator

Remove debugging output from xUnit.NET test engine
ClosedPublic

Authored by hach-que on Nov 23 2013, 9:07 AM.
Tags
None
Referenced Files
F14035662: D7639.diff
Sun, Nov 10, 7:05 AM
F14034310: D7639.diff
Sat, Nov 9, 11:32 PM
Unknown Object (File)
Fri, Oct 11, 10:05 PM
Unknown Object (File)
Oct 7 2024, 5:21 PM
Unknown Object (File)
Oct 7 2024, 12:33 PM
Unknown Object (File)
Oct 4 2024, 5:18 AM
Unknown Object (File)
Sep 30 2024, 7:44 PM
Unknown Object (File)
Sep 29 2024, 9:53 PM

Details

Summary

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.

Test Plan

Ran arc unit --everything and didn't see the message any more.

Diff Detail

Branch
csharp-discovery-output
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

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

Permission denied. I'll muck with that later.