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