1
0
Fork 0
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:
Eelco Dolstra 2022-12-09 18:12:28 +01:00
parent 11ef807c22
commit 8e8a511aa0
5 changed files with 5 additions and 0 deletions

View file

@ -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