From 410666e0b064f3671824a4e673748cf93ecc2bcc Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 9 Jun 2025 18:12:47 +1000 Subject: [PATCH] tools: Get tools tests passing - 7zz is now 7z - Update golden files for different shade of grey --- eris/tools.toml | 2 +- tests/golden-files/results/contents-hi3_py | 2 +- tests/golden-files/results/python_gut-hi3_py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eris/tools.toml b/eris/tools.toml index 24deb72..1ac39c0 100644 --- a/eris/tools.toml +++ b/eris/tools.toml @@ -156,7 +156,7 @@ tools_for_extensions = [ [7z] dependencies = ["7zip"] url = "http://p7zip.sourceforge.net/" - command = "7zz l" + command = "7z l" [unxz] dependencies = ["xz-utils"] diff --git a/tests/golden-files/results/contents-hi3_py b/tests/golden-files/results/contents-hi3_py index f8eb0b0..a4b5d4f 100644 --- a/tests/golden-files/results/contents-hi3_py +++ b/tests/golden-files/results/contents-hi3_py @@ -1,4 +1,4 @@     -def hi():  +def hi():   print("hi") \ No newline at end of file diff --git a/tests/golden-files/results/python_gut-hi3_py b/tests/golden-files/results/python_gut-hi3_py index 994b829..07e324f 100644 --- a/tests/golden-files/results/python_gut-hi3_py +++ b/tests/golden-files/results/python_gut-hi3_py @@ -1,3 +1,3 @@     -def hi(): \ No newline at end of file +def hi(): \ No newline at end of file