Skip to content

Commit fb03299

Browse files
authored
Merge pull request #179 from JenySadadia/fix-results-builds-command
Fix `kci-dev results builds` command
2 parents 165dcb1 + c43a75c commit fb03299

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kcidev/subcommands/results/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ def builds(
120120
git_branch,
121121
count,
122122
use_json,
123+
hardware,
124+
test_path,
125+
compatible,
126+
min_duration,
127+
max_duration,
123128
):
124129
"""Display build results."""
125130
giturl, branch, commit = set_giturl_branch_commit(

0 commit comments

Comments
 (0)