mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Enable some language tests that were accidentally disabled
This didn't run because the corresponding .exp file didn't exist.
This commit is contained in:
parent
11ef807c22
commit
8e8a511aa0
5 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@ source common.sh
|
|||
|
||||
export TEST_VAR=foo # for eval-okay-getenv.nix
|
||||
export NIX_REMOTE=dummy://
|
||||
export NIX_STORE_DIR=/nix/store
|
||||
|
||||
nix-instantiate --eval -E 'builtins.trace "Hello" 123' 2>&1 | grep -q Hello
|
||||
nix-instantiate --eval -E 'builtins.addErrorContext "Hello" 123' 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue