From cb31357f972f7373757e9d6b4202e9898fc76b47 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:23:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- content/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Changelog.md b/content/Changelog.md index d0adff4d..b00a4dd7 100644 --- a/content/Changelog.md +++ b/content/Changelog.md @@ -47,7 +47,7 @@ Several changes introduced recently: - UT's - Some other UT tweaks to ensure plugins report no data to stdout, and ability to drop bunch of jsons to run that UT over them. - We moved data to be a dictionary (instead of array of dictionaries), to better and faster filter on included plugins and others that are dependant on data generated (like Magui ones). - - UT to check for tests that were doing 'echo $RC_' instead of 'exit $RC\_' + - UT to check for tests that were doing 'echo $RC\_' instead of 'exit $RC\_' - Risu www - Now uses the generated 'name' for plugins so we can tune it from the framework side. - Also, auto switches to `magui.json` when no `Risu.json` exists, or shows a dropdown to select which one to show.