From fc4df0efa14651a5444e507dc900ea2d7c97e687 Mon Sep 17 00:00:00 2001 From: Exidex <16986685+exidex@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:41:59 +0100 Subject: [PATCH] Rename out-screenshot to out_screenshot --- example_plugins/.gitignore | 2 +- js/scenario_runner_cli/src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_plugins/.gitignore b/example_plugins/.gitignore index 6990142..5ba1e87 100644 --- a/example_plugins/.gitignore +++ b/example_plugins/.gitignore @@ -1,3 +1,3 @@ run -out-screenshot +out_screenshot out \ No newline at end of file diff --git a/js/scenario_runner_cli/src/main.ts b/js/scenario_runner_cli/src/main.ts index abc193e..4d72330 100644 --- a/js/scenario_runner_cli/src/main.ts +++ b/js/scenario_runner_cli/src/main.ts @@ -121,7 +121,7 @@ async function runScreenshotGen(expectedPlugin: string | undefined, expectedEntr RUST_LOG: "gauntlet-client=INFO", GAUNTLET_SCENARIO_RUNNER_TYPE: "screenshot_gen", GAUNTLET_SCREENSHOT_GEN_IN: scenarioFile, - GAUNTLET_SCREENSHOT_GEN_OUT: path.join(scenarios, "out-screenshot", plugin, entrypoint, scenarioName + ".png"), + GAUNTLET_SCREENSHOT_GEN_OUT: path.join(scenarios, "out_screenshot", plugin, entrypoint, scenarioName + ".png"), GAUNTLET_SCREENSHOT_GEN_NAME: scenarioNameTitle, }) });