rmove testrunner
This commit is contained in:
@ -25,7 +25,8 @@ script:
|
|||||||
# build
|
# build
|
||||||
- go build -o leanote github.com/leanote/leanote/app/tmp
|
- go build -o leanote github.com/leanote/leanote/app/tmp
|
||||||
# run with port 9000
|
# 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
|
# test
|
||||||
- curl http://localhost:9000
|
- curl http://localhost:9000
|
||||||
- curl http://localhost:9000/blog
|
- curl http://localhost:9000/blog
|
||||||
|
@ -53,7 +53,7 @@ mode.dev=true
|
|||||||
results.pretty=true
|
results.pretty=true
|
||||||
watch=true
|
watch=true
|
||||||
|
|
||||||
module.testrunner = github.com/revel/modules/testrunner
|
module.testrunner = # github.com/revel/modules/testrunner
|
||||||
|
|
||||||
log.trace.output = stderr
|
log.trace.output = stderr
|
||||||
log.info.output = stderr
|
log.info.output = stderr
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file defines all application routes (Higher priority routes first)
|
# This file defines all application routes (Higher priority routes first)
|
||||||
# ~~~~
|
# ~~~~
|
||||||
|
|
||||||
module:testrunner
|
# module:testrunner
|
||||||
|
|
||||||
# Home is My Blog
|
# Home is My Blog
|
||||||
Get / Index.Default
|
Get / Index.Default
|
||||||
|
Reference in New Issue
Block a user