Skip to content

Commit

Permalink
Fix kselftests module passing match obj as test
Browse files Browse the repository at this point in the history
  • Loading branch information
acerv committed Mar 6, 2024
1 parent 522a162 commit 1be4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkirk/kselftests.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def _get_cgroup(self, sut: SUT) -> Suite:
continue

tests_obj.append(Test(
name=myname,
name=myname.group(),
cmd=os.path.join(cgroup_dir, name),
cwd=cgroup_dir,
parallelizable=False))
Expand Down

0 comments on commit 1be4398

Please sign in to comment.