-
-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the bug
test-fixtures-locally.sh is not working on Windows when executed in bash provided by git installation (C:\Program Files\Git\bin\bash.exe
$ .github/fixtures/test-fixtures-locally.sh test-date-order
error: manifest path `/c/Users/buk/WebstormProjects/git-cliff/.github/fixtures/../../Cargo.toml` does not existSolution that works for me:
SCRIPT_DIR=$(cygpath -w "$SCRIPT_DIR")
FIXTURES_DIR=$(cygpath -w "$FIXTURES_DIR")Steps To Reproduce
$ .github/fixtures/test-fixtures-locally.sh test-date-order
error: manifest path `/c/Users/buk/WebstormProjects/git-cliff/.github/fixtures/../../Cargo.toml` does not existExpected behavior
It works.
Screenshots / Logs
No response
Software information
- Operating system: Windows
- Rust version:
- Project version:
Additional context
Originally posted by @orhun in #696 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working