1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 15:52:20 +01:00
This commit is contained in:
J. Nick Koston
2025-07-06 10:02:47 -05:00
parent fd3f15637a
commit 4b3cc52afe
4 changed files with 4 additions and 15 deletions

View File

@@ -46,7 +46,7 @@ async def test_scheduler_simultaneous_callbacks(
test_stats["scheduled"] += 1
elif "Callback executed" in line:
test_stats["executed"] += 1
elif "ERROR" in line or "WARN" in line:
elif "ERROR" in line:
test_stats["errors"].append(line)
# Check for crash indicators