mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-08-08 03:28:02 +08:00
driver(container): fix conditional statement for error handling
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 57d737a13c
)
This commit is contained in:
@@ -27,6 +27,7 @@ func TestIntegration(t *testing.T) {
|
||||
tests = append(tests, lsTests...)
|
||||
tests = append(tests, imagetoolsTests...)
|
||||
tests = append(tests, versionTests...)
|
||||
tests = append(tests, createTests...)
|
||||
testIntegration(t, tests...)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user