MCPcopy Create free account
hub / github.com/apache/mesos / getTestScriptPath

Function getTestScriptPath

src/tests/utils.cpp:160–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160string getTestScriptPath(const string& name)
161{
162 string path = path::join(flags.source_dir, "src", "tests", name);
163
164 if (!os::exists(path) && searchInstallationDirectory) {
165 path = path::join(TESTLIBEXECDIR, name);
166 }
167
168 return path;
169}
170
171
172string getSbinDir()

Callers 1

executeFunction · 0.85

Calls 2

joinFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected