rmove testrunner

This commit is contained in:
lealife
2015-09-18 13:44:25 +08:00
parent 2b56ebd620
commit c4954b94b8
3 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,8 @@ script:
# build
- go build -o leanote github.com/leanote/leanote/app/tmp
# run with port 9000
- ./leanote -importPath=github.com/leanote/leanote -runMode=prod -port=9000 &
- ./leanote -importPath=github.com/leanote/leanote -runMode=dev -port=9000 &
- sleep 20s;
# test
- curl http://localhost:9000
- curl http://localhost:9000/blog

View File

@ -53,7 +53,7 @@ mode.dev=true
results.pretty=true
watch=true
module.testrunner = github.com/revel/modules/testrunner
module.testrunner = # github.com/revel/modules/testrunner
log.trace.output = stderr
log.info.output = stderr

View File

@ -2,7 +2,7 @@
# This file defines all application routes (Higher priority routes first)
# ~~~~
module:testrunner
# module:testrunner
# Home is My Blog
Get / Index.Default