SWDEV-492356 - Install hip-test artifacts into a single folder

Change-Id: Ib2a2c021e2546c0233050f11d3dc84f2ea4ff03d
This commit is contained in:
Michael Xie
2024-10-23 16:14:59 -07:00
committed by Ajay GunaShekar
parent e248f1072a
commit 72450ae7a1
29 changed files with 292 additions and 157 deletions
-1
View File
@@ -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);