Skip to content

Commit

Permalink
Fix test_docker_cwd on Windows, #447
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Oct 30, 2020
1 parent f6b0c7c commit 9ef94ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpt/test/unit/packager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,4 +1093,4 @@ def test_docker_cwd(self):

self._add_build(1, "gcc", "9")
self.packager.run_builds(1, 1)
self.assertIn('docker run --rm -v "%s:/home/conan/project"' % cwd, self.runner.calls[4])
self.assertIn('docker run --rm -v "%s:%s/project"' % (cwd, self.packager.docker_conan_home), self.runner.calls[4])

0 comments on commit 9ef94ae

Please sign in to comment.