blob: 45eb1e218a960e6cdf9325971729af59a3c8f66c [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -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