Ticket #11425 (new)

Opened 6 years ago

Last modified 5 years ago

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:

  1. Create a file in Code/Mantid/Testing/Data/DocTest.
  2. Navigate to Code/Mantid
  3. Run git add-test-data Testing/Data/DocTest/[NameOfFile]

It outputs this message:

Cannot find file 'Testing/Data/DocTest/[NameOfFile]'.

A workaround is this:

  1. Navigate to the project root.
  2. Run git add-test-data Code/MantidTesting/Data/DocTest/[NameOfFile]

The file is found.

Change History

comment:1 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 12264

Note: See TracTickets for help on using tickets.