blob: 4b9b7c0a4dabe543fdca80c6e4fdf7a2bc22539b [file] [log] [blame]
Jake Farrellb95b0ff2012-03-22 21:49:10 +00001#!/bin/bash
2# Runs the async test in both SSL and non-SSL mode.
3./async_test > /dev/null || exit 1
4echo "Non-SSL tests done."
5./async_test --ssl > /dev/null || exit 1
6echo "SSL tests done."