mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-03 10:06:17 +01:00
behave: Propagate exit codes in the shell scripts properly
This commit is contained in:
parent
ab967a921c
commit
8f6bafde0a
@ -7,3 +7,5 @@ podman build "$@" \
|
||||
--volume="$TOPDIR":/opt/obs \
|
||||
$TOPDIR \
|
||||
2>&1 | tee container-build.log
|
||||
|
||||
exit $?
|
||||
|
@ -17,3 +17,5 @@ podman run \
|
||||
|
||||
sleep 0.5
|
||||
podman exec -it obs-server /usr/bin/systemctl is-system-running --wait
|
||||
|
||||
exit $?
|
||||
|
@ -7,3 +7,5 @@ podman exec \
|
||||
--tty \
|
||||
obs-server \
|
||||
/bin/bash
|
||||
|
||||
exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user