From de68de1d11e5dadb1009dc9d4d0891a8fd55973f Mon Sep 17 00:00:00 2001 From: Qyriad Date: Wed, 24 Jun 2026 15:10:21 +0200 Subject: [PATCH] tests/test_build_fod: fix overly strict pattern Change-Id: Idd3146f41d527a7263ee61e7a5ce0e836a6a6964 --- tests/functional2/commands/test_build/test_build_fod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional2/commands/test_build/test_build_fod.py b/tests/functional2/commands/test_build/test_build_fod.py index a2934ebbb..c25bf28cd 100644 --- a/tests/functional2/commands/test_build/test_build_fod.py +++ b/tests/functional2/commands/test_build/test_build_fod.py @@ -29,7 +29,7 @@ def test_url_keep_going_1(nix: Nix): assert re.findall(r"hash mismatch in fixed-output derivation '.*-x.\.drv'", err) assert "likely URL: " in err assert re.findall( - r"error: build of '.*-x[1-8]\.drv\^out'(, '.*-x[1-7]\.drv\^out'){6} failed", err + r"error: build of '.*-x[1-8]\.drv\^out'(, '.*-x[1-8]\.drv\^out'){6} failed", err )