Miniand / brdg.me

Board game backend, with a mail and CLI interface
8 stars 0 forks source link

Fix failure to run tests on some configurations #48

Closed beefsack closed 9 years ago

beefsack commented 9 years ago

Doesn't happen on all systems but happens on a lot:

go build github.com/jacobsa/oglematchers: no buildable Go source files in 
?       github.com/Miniand/brdg.me/cmd  [no test files]
ok      github.com/Miniand/brdg.me/command  0.005s
ok      github.com/Miniand/brdg.me/game 0.004s
ok      github.com/Miniand/brdg.me/game/acquire 0.034s
ok      github.com/Miniand/brdg.me/game/alhambra    0.006s
FAIL    github.com/Miniand/brdg.me/game/battleship [build failed]
ok      github.com/Miniand/brdg.me/game/card    0.002s
ok      github.com/Miniand/brdg.me/game/category_5  0.004s
ok      github.com/Miniand/brdg.me/game/cathedral   0.034s
ok      github.com/Miniand/brdg.me/game/chess   0.003s
ok      github.com/Miniand/brdg.me/game/cost    0.003s
ok      github.com/Miniand/brdg.me/game/die 0.001s
ok      github.com/Miniand/brdg.me/game/farkle  0.003s
ok      github.com/Miniand/brdg.me/game/for_sale    0.004s
?       github.com/Miniand/brdg.me/game/grid    [no test files]
ok      github.com/Miniand/brdg.me/game/grid/hex    0.002s
?       github.com/Miniand/brdg.me/game/grid/square [no test files]
ok      github.com/Miniand/brdg.me/game/helper  0.002s
ok      github.com/Miniand/brdg.me/game/hive    0.003s
ok      github.com/Miniand/brdg.me/game/liars_dice  0.003s
ok      github.com/Miniand/brdg.me/game/log 0.002s
FAIL    github.com/Miniand/brdg.me/game/lost_cities [build failed]
FAIL    github.com/Miniand/brdg.me/game/modern_art [build failed]
ok      github.com/Miniand/brdg.me/game/no_thanks   0.004s
ok      github.com/Miniand/brdg.me/game/poker   0.002s
ok      github.com/Miniand/brdg.me/game/roll_through_the_ages   0.004s
ok      github.com/Miniand/brdg.me/game/seven_wonders   0.016s
ok      github.com/Miniand/brdg.me/game/splendor    0.004s
ok      github.com/Miniand/brdg.me/game/starship_catan  0.004s
ok      github.com/Miniand/brdg.me/game/sushizock   0.011s
ok      github.com/Miniand/brdg.me/game/texas_holdem    0.006s
ok      github.com/Miniand/brdg.me/game/tic_tac_toe 0.002s
ok      github.com/Miniand/brdg.me/game/zombie_dice 0.004s
ok      github.com/Miniand/brdg.me/render   0.003s
?       github.com/Miniand/brdg.me/server/communicate   [no test files]
ok      github.com/Miniand/brdg.me/server/email 0.025s
ok      github.com/Miniand/brdg.me/server/email/parser  0.006s
?       github.com/Miniand/brdg.me/server/game  [no test files]
?       github.com/Miniand/brdg.me/server/main  [no test files]
ok      github.com/Miniand/brdg.me/server/model 0.021s
?       github.com/Miniand/brdg.me/server/model/migration   [no test files]
ok      github.com/Miniand/brdg.me/server/scommand  0.005s
?       github.com/Miniand/brdg.me/server/web   [no test files]
?       github.com/Miniand/brdg.me/server/web/config    [no test files]
?       github.com/Miniand/brdg.me/server/web/controller    [no test files]
?       github.com/Miniand/brdg.me/server/web/route [no test files]
godep: go exit status 1
beefsack commented 9 years ago

Closing as this is actually fixed by #48, deploying to beta now to test.