Skip to content

Commit

Permalink
libcpuid: fix test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 3, 2023
1 parent 9cf34af commit 8cac838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libcpuid/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def test(self):
bin_path = os.path.join(self.cpp.build.bindir, "test_package")
self.run(bin_path, env="conanrun")

self.run("cpuid_tool --report")
self.run("cpuid_tool --report", env="conanrun")

0 comments on commit 8cac838

Please sign in to comment.