Getting tests to run

This commit is contained in:
MichaelOultram 2015-08-12 20:26:27 +01:00
parent fb16dc1db3
commit d9527a4093
2 changed files with 1 additions and 1 deletions

View file

@ -250,7 +250,6 @@ func main() {
if testcode { if testcode {
Verbose("Testing is enabled") Verbose("Testing is enabled")
Test(password, address, port) Test(password, address, port)
kill()
} }
web = NewWebServer(9563) web = NewWebServer(9563)

View file

@ -20,6 +20,7 @@ func Test(password, ip, port string) {
ip: ip, ip: ip,
port: port, port: port,
} }
test.testYoutubeSong()
} }
func (t TestSettings) createClient(uname string) *gumble.Client { func (t TestSettings) createClient(uname string) *gumble.Client {