awips2/tests/runTests.sh

17 lines
347 B
Bash
Raw Normal View History

2017-04-21 18:33:55 -06:00
#!/bin/sh
if [ "${INITIAL_PERMGEN_SIZE}" = "" ]
then
export INITIAL_PERMGEN_SIZE="64m"
fi
if [ "${MAX_PERMGEN_SIZE}" = "" ]
then
export MAX_PERMGEN_SIZE="192m"
fi
export ANT_OPTS="-XX:PermSize=${INITIAL_PERMGEN_SIZE} -XX:MaxPermSize=${MAX_PERMGEN_SIZE} $*"
ant
2019-01-30 12:11:47 -07:00
#sudo rsync -rugl tmp/test-reports/html/* root@awipscm:/var/www/html/junit