summaryrefslogtreecommitdiffstats
path: root/authz-test/src/main/scripts/rpt2
blob: 2c6b6f72ba4c09f61e8946daac68e931f8090e0c (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

bin/rpt1 TC_NS1 
echo ""
echo "-- Results"
echo ""
bin/tc TC_NS1