Skip to content

Commit 5d47cd0

Browse files
authored
Merge pull request #5688 from edwintorok/master
2 parents 65dc11e + 32d5243 commit 5d47cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test:
5959
ulimit -S -t $(TEST_TIMEOUT); \
6060
(sleep $(TEST_TIMEOUT) && ps -ewwlyF --forest)& \
6161
PSTREE_SLEEP_PID=$$!; \
62-
trap "kill $${PSTREE_SLEEP_PID}" SIGINT SIGTERM EXIT; \
62+
trap "kill $${PSTREE_SLEEP_PID}" INT TERM EXIT; \
6363
timeout --foreground $(TEST_TIMEOUT2) \
6464
dune runtest --profile=$(PROFILE) --error-reporting=twice -j $(JOBS)
6565
ifneq ($(PY_TEST), NO)

0 commit comments

Comments
 (0)