blob: 45eb1e218a960e6cdf9325971729af59a3c8f66c [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001# /bin/bash
2if [ "$1" == "" ]; then
3 echo "Usage: rpt2 <TestCase>"
4 exit 1
5fi
6
7./rpt1 $1
8echo ""
9echo "-- Results"
10echo ""
11./tc $1
12