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)
Mon, Nov 18, 4:45 AM
Unknown Object (File)
Wed, Nov 13, 8:35 PM
Unknown Object (File)
Sun, Nov 10, 7:05 AM
Unknown Object (File)
Sat, Nov 9, 11:32 PM
Unknown Object (File)
Oct 11 2024, 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

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

Lint
Lint Skipped
Unit
Tests Skipped

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.