correct test binary name (#45240)
This commit is contained in:
parent
02470a5aae
commit
494817b616
@ -126,4 +126,5 @@ def cmake_args(self):
|
|||||||
def test(self):
|
def test(self):
|
||||||
test_dir = join_path(self.spec["rccl"].prefix, "bin")
|
test_dir = join_path(self.spec["rccl"].prefix, "bin")
|
||||||
with working_dir(test_dir, create=True):
|
with working_dir(test_dir, create=True):
|
||||||
self.run_test("UnitTests")
|
exe = Executable("rccl-UnitTests")
|
||||||
|
exe()
|
||||||
|
Loading…
Reference in New Issue
Block a user