linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/23rdev-lifetime: fix a typo
@ 2024-05-09  1:10 Yu Kuai
  2024-05-10  8:07 ` Mariusz Tkaczyk
  0 siblings, 1 reply; 2+ messages in thread
From: Yu Kuai @ 2024-05-09  1:10 UTC (permalink / raw)
  To: linux-raid, jes, mariusz.tkaczyk; +Cc: song, yukuai3, yukuai1, yangerkun

From: Yu Kuai <yukuai3@huawei.com>

"pill" was wrong, while it should be "kill", test will still pass while
test thread will not be cleaned up.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
---
 tests/23rdev-lifetime | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/23rdev-lifetime b/tests/23rdev-lifetime
index 1750b0db..03b61de4 100644
--- a/tests/23rdev-lifetime
+++ b/tests/23rdev-lifetime
@@ -4,7 +4,7 @@ pid=""
 runtime=2
 
 clean_up_test() {
-	pill -9 $pid
+	kill -9 $pid
 	echo clear > /sys/block/md0/md/array_state
 }
 
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tests/23rdev-lifetime: fix a typo
  2024-05-09  1:10 [PATCH] tests/23rdev-lifetime: fix a typo Yu Kuai
@ 2024-05-10  8:07 ` Mariusz Tkaczyk
  0 siblings, 0 replies; 2+ messages in thread
From: Mariusz Tkaczyk @ 2024-05-10  8:07 UTC (permalink / raw)
  To: Yu Kuai; +Cc: linux-raid, jes, song, yukuai3, yangerkun

On Thu,  9 May 2024 09:10:59 +0800
Yu Kuai <yukuai1@huaweicloud.com> wrote:
> 
> From: Yu Kuai <yukuai3@huawei.com>
> 
> "pill" was wrong, while it should be "kill", test will still pass while
> test thread will not be cleaned up.
> 
> Signed-off-by: Yu Kuai <yukuai3@huawei.com>
> ---

Applied! 

Thanks,
Mariusz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-10  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-09  1:10 [PATCH] tests/23rdev-lifetime: fix a typo Yu Kuai
2024-05-10  8:07 ` Mariusz Tkaczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).