Searched refs:machines (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp135 check_machine(const std::string& machines) argument
137 const std::vector< std::string > v = atf::text::split(machines, " ");
146 return "Requires the '" + machines + "' machine type";
148 return "Requires one of the '" + machines + "' machine types";

Completed in 9 milliseconds