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

tests: stabilize test-persistent-nodemap.t on Windows

Several issues here:

  - Hooks can't invoke shell scripts on Windows, so use `sh` to launch
  - `dd` in MSYS only recognizes `status=noxfer`
  - The `PATH` updating triggered a massive slowdown, but is no longer needed

I have no idea why, but removing the `PATH` update substantially increased the
speed of the test.  It was running finishing at ~4:30 with `--debug` and ~14:50
without it, but now completes in ~2:20 on my Windows laptop.

Differential Revision: https://phab.mercurial-scm.org/D10636
parent a1281955
No related branches found
No related tags found
No related merge requests found
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