Skip to content
Snippets Groups Projects
Commit 73a43fe3e6fd authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: use pattern matching to mask `ECONNREFUSED` messages

The second and third one of these in `test-http-proxy.t` was failing on Windows.
The others were found by grep and by failed tests when output was matched and an
attempt was made to emit the mask pattern.

The first clonebundles failure on Windows emitted:

    error fetching bundle: [WinError 10061] $ECONNREFUSED$

We should probably stringify that better to get rid of the "[WinError 10061]"
part.
parent e58f02e2f6a9
No related branches found
No related tags found
3 merge requests!1041Merge default into stable,!997tests: use shlex.quote instead of pipes.quote,!972Windows test fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment