(apple ssl) model write method after the OpenSSL one for consistency
More test code for #140.
This commit is contained in:
10
test/compatibility/python/websockets/entrypoint.sh
Normal file
10
test/compatibility/python/websockets/entrypoint.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $MODE in
|
||||
echo_server)
|
||||
./echo_server.py
|
||||
;;
|
||||
ssl)
|
||||
python /usr/bin/echo_server_ssl.py
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user