asyncioproxy-ticket
Last change
on this file since 92cf138 was
05984a0,
checked in by Fiona Klute <fiona.klute@…>, 14 months ago
|
Replace "runtests" with "runtest.py"
This is the next step from handling HTTP requests and responses in
Python. In particular error handling is a lot easier to do in Python
than using Bash trap functions.
|
-
Property mode set to
100755
|
File size:
218 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | # |
---|
3 | # This test checks if mod_rewrite rules can detect HTTPS connections |
---|
4 | # with "%{HTTPS}". |
---|
5 | |
---|
6 | : ${TEST_HTTP_PORT:="9935"} |
---|
7 | export TEST_HTTP_PORT |
---|
8 | |
---|
9 | . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 26 |
---|
Note: See
TracBrowser
for help on using the repository browser.