mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Merge pull request #8158 from tweag/harden-profiles-test
Fix the flaky `nix-profile` test
This commit is contained in:
commit
45ca4e6432
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ expect 1 nix profile install $flake2Dir
|
||||||
diff -u <(
|
diff -u <(
|
||||||
nix --offline profile install $flake2Dir 2>&1 1> /dev/null \
|
nix --offline profile install $flake2Dir 2>&1 1> /dev/null \
|
||||||
| grep -vE "^warning: " \
|
| grep -vE "^warning: " \
|
||||||
|
| grep -vE "^error \(ignored\): " \
|
||||||
|| true
|
|| true
|
||||||
) <(cat << EOF
|
) <(cat << EOF
|
||||||
error: An existing package already provides the following file:
|
error: An existing package already provides the following file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue