Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
855cf7f089730a7df657f45e25afa0b6043a72c8
/
.
/
lib
/
d
/
test
/
async_test_runner.sh
blob: 4b9b7c0a4dabe543fdca80c6e4fdf7a2bc22539b [
file
] [
log
] [
blame
]
#!/bin/bash
# Runs the async test in both SSL and non-SSL mode.
./
async_test
>
/
dev
/
null
||
exit
1
echo
"Non-SSL tests done."
./
async_test
--
ssl
>
/
dev
/
null
||
exit
1
echo
"SSL tests done."