Daniel Nephin
|
df9ed934e3
|
Convert assert.Check with
git grep -l -P '^\s+assert\.Check\(t, ' | \
xargs perl -pi -e 's/^(\s+assert)\.Check(\(t, (?!is).*(\.Execute\(|\.Set\(|\.Write\(|\.Close\(|\.Untar\(|\.WriteFile\(|Validate\().*\)$)/\1.NilError\2/'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
(cherry picked from commit 078cbc9c4b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2018-04-10 14:48:34 -07:00 |
|
Daniel Nephin
|
1f1816b098
|
Remove testutil
Signed-off-by: Daniel Nephin <dnephin@docker.com>
(cherry picked from commit 681c921528)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2018-04-10 14:40:48 -07:00 |
|
Daniel Nephin
|
fb9700fdbd
|
Automated migration
Signed-off-by: Daniel Nephin <dnephin@docker.com>
(cherry picked from commit 39c2ca57c1)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2018-04-10 14:29:47 -07:00 |
|
Daniel Nephin
|
01f2e768d7
|
Use new internal testutil.ErrorContains()
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 846a31aa50
Component: cli
|
2017-08-22 10:14:25 -04:00 |
|
Abhinandan Prativadi
|
6065480cb3
|
moving opts to cli repo
Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
Upstream-commit: 0893ab8560
Component: cli
|
2017-05-17 21:08:58 -07:00 |
|