Trying to get tests to run

This commit is contained in:
MichaelOultram 2015-08-10 19:17:16 +01:00
parent d1c3255ed9
commit af9b4d8405
2 changed files with 4 additions and 4 deletions

View file

@ -21,4 +21,4 @@ script:
- make install - make install
after_success: after_success:
- mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -test=true - mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true

View file

@ -254,10 +254,10 @@ func main() {
Verbose("WEB IS NIL") Verbose("WEB IS NIL")
} }
<-dj.keepAlive
if test { if test {
Test(password, address, port) Test(password, address, port)
kill() kill()
} }
<-dj.keepAlive
} }