add more info about running smoke tests

This commit is contained in:
Mike Kinney committed 2021-12-08 13:09:13 -08:00
1 parent f548d99776
commit 32cc2bb16d
2 files changed
+14 -2

No files matched your search

+1 -1
View File
@@ -19,5 +19,5 @@ def test_smoke2_test():
return_value, out = subprocess.getstatusoutput('meshtastic --test')
assert re.search(r'Writing serial debugging', out, re.MULTILINE)
assert re.search(r'Ports opened', out, re.MULTILINE)
assert re.search(r'Running 50 tests', out, re.MULTILINE)
assert re.search(r'Running 5 tests', out, re.MULTILINE)
assert return_value == 0