Skip to content

Commit

Permalink
test_repro: make cache use hardlink
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Apr 15, 2019
1 parent e505c38 commit 9049475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_repro.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,9 @@ def test(self, mock_prompt):
ret = main(["remote", "modify", remote_name, "type", "hardlink"])
self.assertEqual(ret, 0)

ret = main(["config", "cache.type", "hardlink"])
self.assertEqual(0, ret)

self.dvc = DvcRepo(".")

foo_key = remote_key + self.sep + self.FOO
Expand Down

0 comments on commit 9049475

Please sign in to comment.