forked from lix-project/lix
Merge pull request #8158 from tweag/harden-profiles-test
Fix the flaky `nix-profile` test
This commit is contained in:
commit
45ca4e6432
|
@ -144,6 +144,7 @@ expect 1 nix profile install $flake2Dir
|
|||
diff -u <(
|
||||
nix --offline profile install $flake2Dir 2>&1 1> /dev/null \
|
||||
| grep -vE "^warning: " \
|
||||
| grep -vE "^error \(ignored\): " \
|
||||
|| true
|
||||
) <(cat << EOF
|
||||
error: An existing package already provides the following file:
|
||||
|
|
Loading…
Reference in a new issue