Skip to content

Commit

Permalink
tests: add uwsgi call in harakiri.py
Browse files Browse the repository at this point in the history
So that it's trivial to run.
  • Loading branch information
xrmx committed Mar 17, 2023
1 parent ccb667d commit 31eb234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/harakiri.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 31eb234

Please sign in to comment.