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)
Sat, Sep 7, 6:46 AM
Unknown Object (File)
Thu, Sep 5, 2:20 PM
Unknown Object (File)
Wed, Sep 4, 5:50 AM
Unknown Object (File)
Sun, Sep 1, 1:33 PM
Unknown Object (File)
Tue, Aug 27, 8:47 AM
Unknown Object (File)
Aug 17 2024, 1:12 AM
Unknown Object (File)
Aug 15 2024, 12:20 AM
Unknown Object (File)
Aug 6 2024, 3:25 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

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.