correct test binary name (#45240)

This commit is contained in:
afzpatel 2024-07-16 06:03:02 -04:00 committed by GitHub
parent 02470a5aae
commit 494817b616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,4 +126,5 @@ def cmake_args(self):
def test(self):
test_dir = join_path(self.spec["rccl"].prefix, "bin")
with working_dir(test_dir, create=True):
self.run_test("UnitTests")
exe = Executable("rccl-UnitTests")
exe()