Jake Farrell | b95b0ff | 2012-03-22 21:49:10 +0000 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # Runs the async test in both SSL and non-SSL mode. | ||||
3 | ./async_test > /dev/null || exit 1 | ||||
4 | echo "Non-SSL tests done." | ||||
5 | ./async_test --ssl > /dev/null || exit 1 | ||||
6 | echo "SSL tests done." |