tests/test_build_fod: fix overly strict pattern
Change-Id: Idd3146f41d527a7263ee61e7a5ce0e836a6a6964
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user