1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 13:00:54 +00:00
This commit is contained in:
astaxie 2015-06-14 18:10:10 +08:00
parent 9f05db8475
commit 64d4f6518b

View File

@ -336,7 +336,7 @@ func initBeforeHttpRun() {
// this function is for test package init
func TestBeegoInit(apppath string) {
AppPath = apppath
RunMode = "test"
os.Setenv("BEEGO_RUNMODE", "test")
AppConfigPath = filepath.Join(AppPath, "conf", "app.conf")
err := ParseConfig()
if err != nil && !os.IsNotExist(err) {