diff --git a/test/StandaloneTests.cpp b/test/StandaloneTests.cpp index f699aeb4c9..9021faa72e 100644 --- a/test/StandaloneTests.cpp +++ b/test/StandaloneTests.cpp @@ -269,7 +269,7 @@ namespace RcclUnitTesting const char* mainKernel = "ncclDevKernel"; // Look for the .co files - std::vector coFileList = splitString(executeCommand("find ../ -type f -name \"*.co\""), '\n'); + std::vector coFileList = splitString(executeCommand("find ../ -type f -name \"librccl*.co\""), '\n'); // Check if the .co files exist in the build directory if (coFileList.empty())