This commit is contained in:
Martchus 2021-06-04 16:04:26 +02:00
parent 5e1ff7ccb0
commit 95202d059a
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ int TestApplication::execApp(const char *const *args, string &output, string &er
if (testAppPathLength > 6 && !strcmp(testAppPath + testAppPathLength - 6, "_tests")) {
fallbackAppPath.assign(testAppPath, testAppPathLength - 6);
appPath = fallbackAppPath.data();
// TODO: it would not hurt to verify whether "fallbackAppPath" actually exists and is executalbe
// TODO: it would not hurt to verify whether "fallbackAppPath" actually exists and is executable
} else {
throw runtime_error("Unable to execute application to be tested: no application path specified");
}