Skip to content

Commit 3a53168

Browse files
committed
include both signals in test
1 parent 7e9a09f commit 3a53168

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

irods/test/modules/test_signal_handling_in_multithread_get.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def wait_till_true(function, timeout=None):
2828
return truth_value
2929

3030

31-
def test(test_case, signal_names = ("SIGTERM",#"SIGINT"
32-
)):
31+
def test(test_case, signal_names = ("SIGTERM", "SIGINT")):
3332
"""Creates a child process executing a long get() and ensures the process can be
3433
terminated using SIGINT or SIGTERM.
3534
"""

0 commit comments

Comments
 (0)