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
Unknown Object (File)
Thu, Jan 23, 10:09 PM
Unknown Object (File)
Sat, Jan 18, 8:09 AM
Unknown Object (File)
Jan 17 2025, 12:26 PM
Unknown Object (File)
Jan 14 2025, 11:28 AM
Unknown Object (File)
Jan 12 2025, 4:39 AM
Unknown Object (File)
Dec 27 2024, 5:36 PM
Unknown Object (File)
Dec 15 2024, 6:03 AM
Unknown Object (File)
Dec 13 2024, 9:02 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.