Merge pull request #180 from mkinney/oops_need_this_for_smoke1

meant to add this change to the last PR
This commit is contained in:
mkinney authored and GitHub committed 2021-12-25 23:28:01 -08:00
commit f8dfa3f0fd
1 file changed
+1 -1
+1 -1
View File
@@ -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