DockerCLI/e2e
Sebastiaan van Stijn 94443920b1
Fix: docker push --quiet suppressing errors and exit code
Before this patch:

    docker push --quiet nosuchimage
    docker.io/library/nosuchimage

    echo $?
    0

With this patch applied:

    docker push --quiet nosuchimage:latest
    An image does not exist locally with the tag: nosuchimage

    echo $?
    1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-24 13:53:24 +01:00
..
cli-plugins e2e: fix formatting of comments 2020-01-16 12:46:07 +01:00
container Add content trust tests for run command 2020-01-20 14:18:52 +01:00
context e2e: add a test for `context ls` 2019-05-20 13:28:11 +01:00
global e2e: add new test package "global" with TestTLSVerify 2019-11-12 18:07:09 +00:00
image Fix: docker push --quiet suppressing errors and exit code 2020-01-24 13:53:24 +01:00
internal/fixtures e2e: fix formatting of comments 2020-01-16 12:46:07 +01:00
plugin Fix: plugin-tests discarding current environment 2019-03-04 20:18:24 +01:00
stack Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
system Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
testdata e2e: avoid `usermod -p` by using `useradd`'s `--password` option 2019-03-11 14:25:41 +00:00
trust e2e: remove unnecessary trailing newline (whitespace) 2019-10-31 19:22:37 +01:00
compose-env.connhelper-ssh.yaml connhelper: add e2e 2018-09-30 10:24:34 +09:00
compose-env.experimental.yaml Make test-e2e run against experimental and non-experimental daemon 2018-06-25 11:46:35 +02:00
compose-env.yaml Disable TLS for e2e docker-in-docker daemon 2019-07-29 14:50:23 -07:00