From 01dc9977f7d1cb2677a99348e4a274904b3e47f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sun, 11 Jul 2021 17:17:04 +0200 Subject: [PATCH] v2.17.14 test --- tests/test_instrumentation/test_memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_instrumentation/test_memory.py b/tests/test_instrumentation/test_memory.py index e5d0e502..c7fcc8d0 100644 --- a/tests/test_instrumentation/test_memory.py +++ b/tests/test_instrumentation/test_memory.py @@ -25,7 +25,7 @@ class TestMemory(unittest.TestCase): @unittest.skipIf(sys.platform == 'win32', 'testable only on unices') def test_install_dump_on(self): install_dump_frames_on(signal.SIGUSR1) - os.kill(0, 10) + os.kill(os.getpid(), signal.SIGUSR1) def test_dump_memory(self): dump_memory_on() -- GitLab