summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-17 13:16:23 +0100
committerGitHub <noreply@github.com>2021-12-17 13:16:23 +0100
commit820cf0e0661764de4e61e3d27a603acec817a363 (patch)
tree590b0a9811d1bc923385ab4ad4309b067af69ba4 /test/system
parentc9a3f4ec44c4507c0a801635b93d840723826b7a (diff)
parent6423174c67d486522354806bf326c843c07d18c1 (diff)
downloadpodman-820cf0e0661764de4e61e3d27a603acec817a363.tar.gz
podman-820cf0e0661764de4e61e3d27a603acec817a363.tar.bz2
podman-820cf0e0661764de4e61e3d27a603acec817a363.zip
Merge pull request #12622 from flouthoc/return_exit_code_for_build
build: relay `exitcode` from imagebuildah to registry
Diffstat (limited to 'test/system')
-rw-r--r--test/system/070-build.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats
index 3c47b1f5b..5e920506d 100644
--- a/test/system/070-build.bats
+++ b/test/system/070-build.bats
@@ -115,7 +115,7 @@ FROM $IMAGE
RUN echo $rand_content
EOF
- run_podman 125 --runtime-flag invalidflag build -t build_test $tmpdir
+ run_podman 1 --runtime-flag invalidflag build -t build_test $tmpdir
is "$output" ".*invalidflag" "failed when passing undefined flags to the runtime"
}