Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
8b3ca02a2ad3a005685f66dc85a625a6731144b7
/
.
/
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."