mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 23:41:23 +00:00
revel/revel#1057 code improvements
This commit is contained in:
@@ -114,7 +114,7 @@ You can add it to a run mode configuration with the following line:
|
||||
var (
|
||||
testSuites []controllers.TestSuiteDesc
|
||||
resp *http.Response
|
||||
baseUrl = fmt.Sprintf("http://127.0.0.1:%d", revel.HttpPort)
|
||||
baseUrl = fmt.Sprintf("http://127.0.0.1:%d", revel.HTTPPort)
|
||||
)
|
||||
for i := 0; ; i++ {
|
||||
if resp, err = http.Get(baseUrl + "/@tests.list"); err == nil {
|
||||
|
||||
Reference in New Issue
Block a user