소스 검색

Merge pull request #2566 from unclejack/fix_commands_test

fix build for commands_test
Guillaume J. Charmes 11 년 전
부모
커밋
6113e1d62d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      commands_test.go

+ 1 - 0
commands_test.go

@@ -660,6 +660,7 @@ func TestCmdLogs(t *testing.T) {
 	if err := cli.CmdLogs(globalRuntime.List()[0].ID); err != nil {
 		t.Fatal(err)
 	}
+}
 
 // Expected behaviour: using / as a bind mount source should throw an error
 func TestRunErrorBindMountRootSource(t *testing.T) {