Skip to content

Commit

Permalink
ci: attempt to fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 13, 2023
1 parent 1114222 commit 50d23c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test-dirs/locate/local-build-scheme.t
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
$ $MERLIN single locate -position 2:12 -look-for implementation \
> -build-path experimental -build-path unix \
> -source-path . -source-path unix -source-path experimental \
> -filename hack.ml <hack.ml | jq '.value'
> -filename hack.ml <hack.ml |
> sed 's/"file": ".*experimental.*"/"file": "experimental"/' | jq '.value'
{
"file": "$TESTCASE_ROOT/experimental/m_intf.ml",
"file": "experimental",
"pos": {
"line": 1,
"col": 20
Expand Down

0 comments on commit 50d23c5

Please sign in to comment.