#!/bin/sh | |
#---------------------------------------------- | |
# Script for running individual velocity tests. | |
#---------------------------------------------- | |
#------------------------------------------------------------------- | |
#-------------------------------------------- | |
# No need to edit anything past here | |
#-------------------------------------------- | |
ant -buildfile testcases.xml "$@" |