Skip to content

Commit

Permalink
Try to fix Windows package test
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 16, 2024
1 parent e2d4594 commit 035b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test(self):
if can_run(self):
ext = ".exe" if self.settings.os == "Windows" else ""
prefix_path = "" if self.settings.os == "Windows" else "./"
self.run(f"{prefix_path}test{ext}", env="conanrun")
self.run(f"{prefix_path}test{ext}", env="conanrun", scope="run")

0 comments on commit 035b49a

Please sign in to comment.