tests: Pythonize another shell script.
parent
332d128651
commit
f53e7dd637
@ -1,3 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/python
|
||||||
# I am a Python interpreter that sits idle until the connection times out.
|
# I am a Python interpreter that sits idle until the connection times out.
|
||||||
exec -a mitogen-tests-python-never-responds.sh sleep 86400
|
|
||||||
|
import time
|
||||||
|
|
||||||
|
while True:
|
||||||
|
time.sleep(86400)
|
Loading…
Reference in New Issue