Skip to content

tests: modernize subprocess calls#3262

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
igaw:tests-use-run
Apr 10, 2026
Merged

tests: modernize subprocess calls#3262
igaw merged 1 commit intolinux-nvme:masterfrom
igaw:tests-use-run

Conversation

@igaw
Copy link
Copy Markdown
Collaborator

@igaw igaw commented Apr 10, 2026

Python recommends to use the subprocess.run interface these days. There are several different ways how calls are done which also makes the logging sprinkle throught the code base. Switch over to the run API and use one central place for it.

Python recommends to use the subprocess.run interface these days. There
are several different ways how calls are done which also makes the
logging sprinkling through the code base. Switch over to the run API and
use one central place for it.

Signed-off-by: Daniel Wagner <wagi@kernel.org>
@igaw igaw merged commit 1547ee4 into linux-nvme:master Apr 10, 2026
28 checks passed
@igaw igaw deleted the tests-use-run branch April 10, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant