Skip to content

Commit 36611f4

Browse files
committed
remove invalid verbose argument
1 parent b21836b commit 36611f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pavilion/cmd_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def arg_filtered_tests(pav_cfg, args: argparse.Namespace,
156156
if not args.tests:
157157
args.tests.append('last')
158158

159-
test_paths = test_list_to_paths(pav_cfg, args.tests, verbose)
159+
test_paths = test_list_to_paths(pav_cfg, args.tests)
160160

161161
return dir_db.select_from(
162162
pav_cfg,

0 commit comments

Comments
 (0)