mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Merge pull request #26634 from cevich/v4.4.1-rhel_add_release_test
[v4.4.1-rhel] Add conditional release-checking system test
This commit is contained in:
@ -245,4 +245,13 @@ run_podman --noout system connection ls
|
|||||||
is "${lines[-1]}" ".*Shutting down engines"
|
is "${lines[-1]}" ".*Shutting down engines"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@test "release" {
|
||||||
|
[[ "${RELEASE_TESTING:-false}" == "true" ]] || \
|
||||||
|
skip "Release testing may be enabled by setting \$RELEASE_TESTING = 'true'."
|
||||||
|
|
||||||
|
run_podman --version
|
||||||
|
|
||||||
|
assert "$output" "!~" "dev" "The Podman version string does not mention 'dev'."
|
||||||
|
}
|
||||||
|
|
||||||
# vim: filetype=sh
|
# vim: filetype=sh
|
||||||
|
Reference in New Issue
Block a user