We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65dc11e + 32d5243 commit 5d47cd0Copy full SHA for 5d47cd0
Makefile
@@ -59,7 +59,7 @@ test:
59
ulimit -S -t $(TEST_TIMEOUT); \
60
(sleep $(TEST_TIMEOUT) && ps -ewwlyF --forest)& \
61
PSTREE_SLEEP_PID=$$!; \
62
- trap "kill $${PSTREE_SLEEP_PID}" SIGINT SIGTERM EXIT; \
+ trap "kill $${PSTREE_SLEEP_PID}" INT TERM EXIT; \
63
timeout --foreground $(TEST_TIMEOUT2) \
64
dune runtest --profile=$(PROFILE) --error-reporting=twice -j $(JOBS)
65
ifneq ($(PY_TEST), NO)
0 commit comments