asyncioproxy-ticket
Last change
on this file since bbc9b03 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:
237 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | set -e |
---|
3 | : ${srcdir:="."} |
---|
4 | . ${srcdir}/common.bash |
---|
5 | |
---|
6 | require_gnutls_cli 3.5.12 || (echo "Using --sni-hostname requires gnutls-cli version 3.5.12 or newer"; exit 77) |
---|
7 | . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 31 |
---|
Note: See
TracBrowser
for help on using the repository browser.