Conversation
|
@johnnyman727 can you clean up these lint nits: https://travis-ci.org/tessel/t2-cli/builds/71706371 Thanks!! |
|
@rwaldron yep! I didn't get around to cleaning it up yet. |
|
@rwaldron any idea why the tests are hitting this error? I couldn't understand how it's supposed to work. |
|
@johnnyman727 I think this needs to be broken up into different PRs—it's really hard to grok these changes altogether like this. |
|
The broken test was ensuring that scanner errors could be caught with an error handler: 2230b8e#diff-a9a705c264927afb490d6ba8a1d038faR100 |
|
The issue is caused by https://github.com/tessel/t2-cli/pull/215/files#diff-e49c18af28b7866f1c40c82d8451cffbR155 because the test sends no arguments when the |
977f299 to
a294dc6
Compare
|
Fixed, thanks @rwaldron! |
a294dc6 to
bcab8d8
Compare
|
Ready for review. |
LGTM. |
Goal: fix #104.
This PR will also add some better debugging capabilities for
t2 list. You'll just need to typeDEBUG=discovery:* t2 listorDEBUG=discovery:lan t2 listorDEBUG=discovery:usb t2 list.