Quellcode durchsuchen

Move changelist to root.

Signed-off-by: John <[email protected]>
John vor 2 Jahren
Ursprung
Commit
85902c5906
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      cmake/TestImpactFramework/ConsoleFrontendConfig.in

+ 2 - 2
cmake/TestImpactFramework/ConsoleFrontendConfig.in

@@ -58,7 +58,7 @@
         "coverage_artifact_dir": "${native_temp_dir}/Coverage",
         "sharded_coverage_artifact_dir": "${native_temp_dir}/Shard/Coverage",
         "enumeration_cache_dir": "${native_temp_dir}/EnumerationCache",
-        "change_list" : "${native_temp_dir}/Changelists",
+        "change_list" : "${native_temp_dir}",
         "reports" : "${native_temp_dir}/Reports"
       },
       "active": {
@@ -111,7 +111,7 @@
         "run_artifact_dir": "${LY_TEST_IMPACT_PYTHON_TEST_RUN_DIR}",
         "coverage_artifact_dir": "${python_temp_dir}/Coverage",
         "enumeration_cache_dir": "${python_temp_dir}/EnumerationCache",
-        "change_list" : "${python_temp_dir}/Changelists",
+        "change_list" : "${python_temp_dir}",
         "reports" : "${python_temp_dir}/Reports"
       },
       "active": {