Searched defs:script (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp88 const std::string* script = construct_script(interpreter_argv[0]); local
94 argv[2] = script->c_str();
135 const atf::fs::path script(m_argv[0]);
136 if (!atf::fs::exists(script))
137 throw std::runtime_error("The test program '" + script.str() + "' "

Completed in 513 milliseconds