mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Add pyton test script
Taken from https://github.com/civetweb/civetweb/issues/555#issuecomment-347069525
This commit is contained in:
parent
1174fcd441
commit
e16c39cc79
5
test/pytest.linux.cgi
Normal file
5
test/pytest.linux.cgi
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import os
|
||||
print("Content-Type: text/plain \n\n")
|
||||
print("This is from python")
|
||||
|
Loading…
x
Reference in New Issue
Block a user