#!/bin/sh

. ../../../SetServiceLocation

count=0

#while true
#do
echo
echo Initializing tester

$tester initialize exception

echo
echo Running cases:
echo
echo tcINVOKE_EXCEPTION_OPERATIONS
echo -------------------------------------------
echo
$tester run exception tcINVOKE_EXCEPTION_OPERATIONS | tee Exception.log
echo
$tester release exception
count=`expr $count + 1`
echo Tests run: $count
#done
