SWDEV-492356 - Install hip-test artifacts into a single folder
Change-Id: Ib2a2c021e2546c0233050f11d3dc84f2ea4ff03d
This commit is contained in:
committed by
Ajay GunaShekar
parent
e248f1072a
commit
72450ae7a1
@@ -139,7 +139,6 @@ std::string& TestContext::getCommonJsonFile() {
|
||||
// check a max of 5 levels down the executable path
|
||||
while (levels < 5) {
|
||||
fs::path temp_path = config_dir;
|
||||
temp_path /= "hipTestMain";
|
||||
temp_path /= "config";
|
||||
if (fs::exists(temp_path)) {
|
||||
config_dir = fs::absolute(temp_path);
|
||||
|
||||
Reference in New Issue
Block a user