v8/contact-center/admin/test.sh

15 lines
320 B
Bash

#! /bin/bash
###########################################
#
###########################################
# constants
baseDir=$(cd `dirname "$0"`;pwd)
# functions
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/../app
set -x
mvn -Dtest=com.cskefu.cc.proto.ProtoTest#testProto test