diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-12 14:19:29 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-14 08:35:40 +0100 |
commit | f82bbe01c8835b8788c69f05362bb789766473cd (patch) | |
tree | e5c8bd5b8b10e24c350d0cfa830875f53cbc31ca /tests/data/test1247 | |
parent | f682156a4fc6c43fb38db4abda49b9a1bc1ed368 (diff) |
curl: add --fail-early
Exit with an error on the first transfer error instead of continuing to
do the rest of the URLs.
Discussion: https://curl.haxx.se/mail/archive-2016-11/0038.html
Diffstat (limited to 'tests/data/test1247')
-rw-r--r-- | tests/data/test1247 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/data/test1247 b/tests/data/test1247 new file mode 100644 index 000000000..48c5ccdf4 --- /dev/null +++ b/tests/data/test1247 @@ -0,0 +1,38 @@ +<testcase> +<info> +<keywords> +HTTP +--fail-early +</keywords> +</info> + +# +# Server-side +<reply> +<data> +</data> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +--fail-early + </name> + <command> +--fail-early h1234://%HOSTIP:%HTTPPORT/1247 http://%HOSTIP:%HTTPPORT/1247 +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +# Protocol "h1234" not supported or disabled in libcurl +<errorcode> +1 +</errorcode> +</verify> +</testcase> |