Fixing plugin tests from build directory

Change-Id: I853e37d21d43cea4de4dcbb8c4feabd88ae81db5

Removed unnecessary check that was causing plugin tests to fail from build directory.

Change-Id: I853e37d21d43cea4de4dcbb8c4feabd88ae81db5
This commit is contained in:
gobhardw
2023-07-18 23:39:11 +05:30
zatwierdzone przez Gopesh Bhardwaj
rodzic 041aa70cc6
commit ee79034d03
@@ -1162,7 +1162,7 @@ void PluginTests::RunApplication(const char* app_name, const char* appParams) {
unsetenv("LD_PRELOAD");
unsetenv("HWLOC_COMPONENTS");
std::string app_path = is_installed_path() ? GetRunningPath(running_path) : "";
std::string app_path = GetRunningPath(running_path);
std::stringstream os;
os << app_path << binary_path << appParams << " ";
os << app_path << test_app_path << app_name;