Skip to content

Commit 9e9486f

Browse files
author
jcnelson
committed
Print the PID
1 parent b468560 commit 9e9486f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/make_pidfile_tree.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import os
55
import time
66

7+
pid = os.getpid()
8+
print "PID = %s" % pid
9+
710
pidfile_path = sys.argv[1]
811

912
os.mkdir(pidfile_path, 0755)

0 commit comments

Comments
 (0)