summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/harakiri.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/harakiri.py b/tests/harakiri.py
index 81085a4e..88c24afa 100644
--- a/tests/harakiri.py
+++ b/tests/harakiri.py
@@ -1,3 +1,4 @@
+# ./uwsgi --master --http :8080 --harakiri 1 --wsgi-file tests/harakiri.py --harakiri-graceful-timeout 1 --py-call-osafterfork --lazy-apps --enable-threads --threads 2 --harakiri-graceful-signal 31
import time
import uwsgi
import signal