diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T18·08+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T18·08+0100 |
commit | 5ad263c26b5b9cc0ba067050e4a09b2491c9d40c (patch) | |
tree | a9251f24871514ace96343edd0059580c379fbf4 /tests/lang.sh | |
parent | 3d0a9ec8258fc2a6ec6a73e249aa38fbd03207d8 (diff) |
Test some more primops
Diffstat (limited to 'tests/lang.sh')
-rw-r--r-- | tests/lang.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lang.sh b/tests/lang.sh index 7324806522b7..dfe807a6d1c0 100644 --- a/tests/lang.sh +++ b/tests/lang.sh @@ -2,6 +2,8 @@ source common.sh export TEST_VAR=foo # for eval-okay-getenv.nix +set +x + fail=0 for i in lang/parse-fail-*.nix; do @@ -48,7 +50,7 @@ for i in lang/eval-okay-*.nix; do fail=1 fi fi - + if test -e lang/$i.exp.xml; then if ! nix-instantiate --eval --xml --no-location --strict \ lang/$i.nix > lang/$i.out.xml; then |