diff options
author | Jhon Honce <jhonce@redhat.com> | 2022-03-10 15:26:34 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2022-03-15 14:45:11 -0700 |
commit | ca7376bb115e2d3506a3efe242bde25118f57c39 (patch) | |
tree | 512f4248a4b1a387f4b348bd02d2e70f6afe86d7 /test/apiv2/20-containers.at | |
parent | fa0d3c564a0868e79d46d0bfbfea40a98456f2b4 (diff) | |
download | podman-ca7376bb115e2d3506a3efe242bde25118f57c39.tar.gz podman-ca7376bb115e2d3506a3efe242bde25118f57c39.tar.bz2 podman-ca7376bb115e2d3506a3efe242bde25118f57c39.zip |
Exit with 0 when receiving SIGTERM
* systemctl stop podman.service will now return exit code 0
* Update test framework to support JSON boolean and numeric values
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'test/apiv2/20-containers.at')
-rw-r--r-- | test/apiv2/20-containers.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at index 49f8fb3fc..94de2cf24 100644 --- a/test/apiv2/20-containers.at +++ b/test/apiv2/20-containers.at @@ -280,7 +280,7 @@ t DELETE containers/$cid_top 204 t POST containers/create \ Image=$ENV_WORKDIR_IMG \ WorkingDir=/dataDir \ - StopSignal=9 \ + StopSignal=\"9\" \ 201 \ .Id~[0-9a-f]\\{64\\} cid=$(jq -r '.Id' <<<"$output") |