Getting tests to run
This commit is contained in:
parent
fb16dc1db3
commit
d9527a4093
1
main.go
1
main.go
|
@ -250,7 +250,6 @@ func main() {
|
|||
if testcode {
|
||||
Verbose("Testing is enabled")
|
||||
Test(password, address, port)
|
||||
kill()
|
||||
}
|
||||
|
||||
web = NewWebServer(9563)
|
||||
|
|
Reference in a new issue