[run_selector] some fixes

This commit is contained in:
Noe Brucy
2021-06-24 11:39:58 +02:00
parent 0dc9e8fc7b
commit 0b5cbd3a95
4 changed files with 8 additions and 5 deletions
+2
View File
@@ -258,6 +258,8 @@ class RunSelector:
)
if in_runs is not None:
if isinstance(in_runs, str):
in_runs = [in_runs]
runs = list(filter(lambda n: n in runs, in_runs))
if do_tests: