asyncioproxy-ticket
Last change
on this file since 6615d91 was
05984a0,
checked in by Fiona Klute <fiona.klute@…>, 16 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:
233 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | for mod in mod_http2.so mod_proxy_http2.so; do |
---|
3 | if [ ! -r "${AP_LIBEXECDIR}/${mod}" ]; then |
---|
4 | echo "${mod} not found, skipping." 2>&1 |
---|
5 | exit 77 |
---|
6 | fi |
---|
7 | done |
---|
8 | . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 34 |
---|
Note: See
TracBrowser
for help on using the repository browser.