summaryrefslogtreecommitdiffstats
path: root/authz-test/TestSuite/rpt2
blob: 45eb1e218a960e6cdf9325971729af59a3c8f66c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /bin/bash
if [ "$1" == "" ]; then
  echo "Usage: rpt2 <TestCase>"
  exit 1
fi

./rpt1 $1
echo ""
echo "-- Results"
echo ""
./tc $1