1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-05 20:41:34 +08:00
2018-09-03 15:22:15 +08:00

25 lines
444 B
Bash
Executable File

#! /bin/bash
###########################################
#
###########################################
# constants
baseDir=$(cd `dirname "$0"`;pwd)
export ACTIVEMQ_HOST=corsair
export REDIS_HOST=corsair
# functions
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/../app
# for x in {1..100}; do
# echo $x
# DEBUG=cc* ava --timeout=10hrs
# sleep 5
# done
DEBUG=cc* ava --timeout=10hrs $*