revert --test change; move tunnel import back; add encoding info to support

This commit is contained in:
Mike Kinney
2021-12-09 16:21:13 -08:00
parent 96a5f316ea
commit 89058799c5
4 changed files with 13 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ def openDebugLog(portName):
return open(debugname, 'w+', buffering=1, encoding='utf8')
def testAll(numTests=50):
def testAll(numTests=5):
"""
Run a series of tests using devices we can find.
This is called from the cli with the "--test" option.