mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
meant to add this change to the last PR
This commit is contained in:
1 parent
4a864d2b0e
commit
dda4d4b653
1 file changed
+1
-1
@@ -104,7 +104,7 @@ def test_smoke1_debug():
|
||||
"""Test --debug"""
|
||||
return_value, out = subprocess.getstatusoutput('meshtastic --info --debug')
|
||||
assert re.search(r'^Owner', out, re.MULTILINE)
|
||||
assert re.search(r'^DEBUG:root', out, re.MULTILINE)
|
||||
assert re.search(r'^DEBUG file', out, re.MULTILINE)
|
||||
assert return_value == 0
|
||||
|
||||
|
||||
|
||||
Reference in new issue
Block a user