Skip to content

Commit

Permalink
Fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
hwikle-lanl committed Dec 5, 2024
1 parent 13bbfd4 commit 5a746f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pavilion/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from pavilion import groups
from pavilion import lockfile
from pavilion import utils
from pavilion import config
from pavilion.builder import TestBuilder
from pavilion.test_run import test_run_attr_transform, TestAttributes

Expand Down
3 changes: 2 additions & 1 deletion lib/pavilion/series/test_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ def __ordered_split(self) -> List['TestSet']:
return test_sets

def make_iter(self, build_only: bool = False, rebuild: bool = False,
local_builds_only: bool = False) -> Iterator[List[TestRun]]:
local_builds_only: bool = False,
show_tracebacks: bool = False) -> Iterator[List[TestRun]]:
"""Resolve the given tests names and options into actual test run objects, and print
the test creation status. This returns an iterator over batches tests, respecting the
batch_size (half the simultanious limit).
Expand Down

0 comments on commit 5a746f2

Please sign in to comment.