mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
@@ -63,7 +63,7 @@ var _ = Describe("Podman build", func() {
|
|||||||
session = podmanTest.Podman([]string{"build", "-f", "build/buildkit-mount/Containerfilecacheread"})
|
session = podmanTest.Podman([]string{"build", "-f", "build/buildkit-mount/Containerfilecacheread"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
if IsRemote() {
|
if IsRemote() {
|
||||||
// In the case of podman remote the error from build is not being propogated to `stderr` instead it appears
|
// In the case of podman remote the error from build is not being propagated to `stderr` instead it appears
|
||||||
// on the `stdout` this could be a potential bug in `remote build` which needs to be fixed and visited.
|
// on the `stdout` this could be a potential bug in `remote build` which needs to be fixed and visited.
|
||||||
Expect(session.OutputToString()).To(ContainSubstring(expectedErr))
|
Expect(session.OutputToString()).To(ContainSubstring(expectedErr))
|
||||||
Expect(session).Should(ExitWithError(1, "exit status 1"))
|
Expect(session).Should(ExitWithError(1, "exit status 1"))
|
||||||
|
|||||||
Reference in New Issue
Block a user