Ticket #11425 (new)
git add-test-data does not find files when run from a subdirectory
Reported by: | Michael Wedel | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.5 |
Component: | Tools | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
To reproduce the issue, do the following:
- Create a file in Code/Mantid/Testing/Data/DocTest.
- Navigate to Code/Mantid
- Run git add-test-data Testing/Data/DocTest/[NameOfFile]
It outputs this message:
Cannot find file 'Testing/Data/DocTest/[NameOfFile]'.
A workaround is this:
- Navigate to the project root.
- Run git add-test-data Code/MantidTesting/Data/DocTest/[NameOfFile]
The file is found.
Note: See
TracTickets for help on using
tickets.
This ticket has been transferred to github issue 12264