From d9527a40937b976fc7b71ebcc3dd0a3b055e7e93 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Wed, 12 Aug 2015 20:26:27 +0100 Subject: [PATCH] Getting tests to run --- main.go | 1 - test.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9151d79..a26aad8 100644 --- a/main.go +++ b/main.go @@ -250,7 +250,6 @@ func main() { if testcode { Verbose("Testing is enabled") Test(password, address, port) - kill() } web = NewWebServer(9563) diff --git a/test.go b/test.go index 4dcb63b..f1a8284 100644 --- a/test.go +++ b/test.go @@ -20,6 +20,7 @@ func Test(password, ip, port string) { ip: ip, port: port, } + test.testYoutubeSong() } func (t TestSettings) createClient(uname string) *gumble.Client {