mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Merge pull request #14260 from roberth/ulimit
Clarify setStackSize error message and warn if not possible
This commit is contained in:
commit
5d066386b5
3 changed files with 23 additions and 3 deletions
|
|
@ -49,6 +49,9 @@ if ! isTestOnNixOS; then
|
|||
fi
|
||||
export _NIX_IN_TEST=$TEST_ROOT/shared
|
||||
export _NIX_TEST_NO_LSOF=1
|
||||
# Suppress warnings that depend on the test environment (e.g., ulimit warnings)
|
||||
# to avoid non-deterministic test failures in golden tests
|
||||
export _NIX_TEST_NO_ENVIRONMENT_WARNINGS=1
|
||||
export NIX_REMOTE=${NIX_REMOTE_-}
|
||||
|
||||
fi # ! isTestOnNixOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue