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

/freebsd-current/contrib/kyua/engine/
H A Datf_helpers.cpp381 const optional< std::string > names_raw = utils::getenv("TEST_CASES"); local
382 if (names_raw) {
383 if (names_raw.get().empty())
387 names_raw.get(), ' ');

Completed in 117 milliseconds