Skip to content

Commit a71ded0

Browse files
authored
Merge pull request #52 from avcopan/main
New: Use new multi status checker
2 parents d81bd85 + 01d9c72 commit a71ded0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from pathlib import Path
77

88
import click
9+
910
import mechdriver
1011
from mechdriver import test_utils
1112

@@ -24,9 +25,7 @@ def main():
2425
@main.command("status")
2526
def status():
2627
"""Check the status of local tests."""
27-
for test_dir in TEST_UTILS.test_dirs:
28-
print(f"Checking status in {test_dir}...")
29-
mechdriver.subtasks.status(test_dir, check_file=f"check_{test_dir.name}.log")
28+
mechdriver.subtasks.status_multiple(TEST_UTILS.test_dirs)
3029

3130

3231
@main.command("local", hidden=True)

0 commit comments

Comments
 (0)