From e9114f96efc6e40ecf60e3db130c0a0ca88d1800 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 28 Sep 2025 16:20:58 -0500 Subject: [PATCH] tests: rename test-all-* tests Make the names more unique so it's easier to run the one you want from cli. Signed-off-by: Austin Horstman --- tests/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/flake.nix b/tests/flake.nix index d2e7f9012..64f53e303 100644 --- a/tests/flake.nix +++ b/tests/flake.nix @@ -102,7 +102,7 @@ }; in { - test-all-no-big = tests.build.all; + test-all-enableBig-false-enableLegacyIfd-false = tests.build.all; }; buildTestsNoBigIfd = @@ -116,7 +116,7 @@ }; in { - test-all-no-big-ifd = tests.build.all; + test-all-enableBig-false-enableLegacyIfd-true = tests.build.all; }; integrationTestPackages =