blob: 45eb1e218a960e6cdf9325971729af59a3c8f66c [file] [log] [blame]
# /bin/bash
if [ "$1" == "" ]; then
echo "Usage: rpt2 <TestCase>"
exit 1
fi
./rpt1 $1
echo ""
echo "-- Results"
echo ""
./tc $1