summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_build_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-071-0/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - otherTibor Vass2019-09-091-2/+2
* rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-15/+15
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-3/+3
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-8/+8
* rm-gocheck: Not(Equals) -> a != bTibor Vass2019-09-091-6/+6
* rm-gocheck: normalize to use checkerTibor Vass2019-09-091-6/+6
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-3/+3
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-18/+18
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-4/+5
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* builder: Add TODOBuildkit test requirement, specifically for TestBuildCancell...Tibor Vass2018-06-101-1/+5
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Move fakecontext, fakegit and fakestorage to internal/testVincent Demeester2018-04-171-1/+1
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-0/+5
* Fixes after dnephin reviewChristopher Crone2017-09-141-4/+4
* Skip some tests for E2EChristopher Crone2017-09-141-1/+2
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Remove testutil.ReadBodyDaniel Nephin2017-08-221-2/+2
* Remove testutil.CompareDirectoryEntries and IsKilledDaniel Nephin2017-08-221-3/+17
* Move FakeContext to `integration-cli/cli/build/context` package…Vincent Demeester2017-04-111-6/+8
* [test-integration] Migrate some more tests to `cli` packageVincent Demeester2017-03-281-7/+8
* fix some ineffectual assignmentsSebastiaan van Stijn2017-01-241-0/+2
* Clean more build utils in integration cliVincent Demeester2017-01-171-11/+4
* Update trustedCmd to be compatible with testutil/cmdVincent Demeester2017-01-091-1/+1
* Clean some runCommandWithOutput accross integration-cli codeVincent Demeester2017-01-051-6/+5
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-3/+3
* Create a unified RunCommand function with Assert()Daniel Nephin2016-08-231-1/+2
* Fix events test flakiness.Brian Goff2016-02-181-2/+2
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-4/+2
* Fix channel closing race in event tests.David Calavera2016-01-221-1/+2
* Add filter by event type and documentation.David Calavera2016-01-041-0/+88
* Move test out of the windows build.David Calavera2015-12-301-0/+44
* Handle error for dockerCmdInDirQiang Huang2015-12-301-1/+4
* Remove package pkg/ulimit, use go-units instead.Daniel Nephin2015-12-231-2/+2
* Update docker_cli_build_unix_testHu Keping2015-10-261-25/+25
* Add ulimit to docker build.Lei2015-07-231-7/+10
* Fix golint warnings for integration-cliBen Firshman2015-07-221-9/+9
* Use dockerCmd when possible (#14603)Vincent Demeester2015-07-141-9/+3
* Do not require cgroups capabilities on windows to run the integration tests.David Calavera2015-05-291-0/+75