pgrep: The pattern is too long (more than 15 characters) and should be able to match pid correctly.#617
Conversation
|
Would be better to add the check to |
@dezgeg Thanks for the feedback. Calling the |
aadf322 to
872c3cc
Compare
…e able to match pid correctly. The PIDs should be obtained in advance. If the PIDs exist, it means the pattern matches, and there should be no length error.
872c3cc to
54fbe8c
Compare
|
Thanks for your PR! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #617 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The PIDs should be obtained in advance. If the PIDs exist, it means the pattern matches, and there should be no length error.
Closes: #121