diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-04-11 12:12:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 12:12:09 +0200 |
commit | 45ca4e6432ac78ba7960962c024e21f3ab31bcd9 (patch) | |
tree | c041472dab214643653e98f9cacde03a0d962bdf /tests | |
parent | 8fd91b35854438c3afaaee1e657d43f32a546b93 (diff) | |
parent | 7076d37047d73e82cb51c315fede4906a76f57b2 (diff) |
Merge pull request #8158 from tweag/harden-profiles-test
Fix the flaky `nix-profile` test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nix-profile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh index 652e8a8f2..4ef5b484a 100644 --- a/tests/nix-profile.sh +++ b/tests/nix-profile.sh @@ -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: |