mirror of
https://github.com/NixOS/nix
synced 2025-07-18 07:08:27 +02:00
* Use atdiff' instead of
cmp' for checking test output.
* Don't use local file names in tests since they will produce different parse trees depending on the current directory.
This commit is contained in:
parent
3277c9432a
commit
ed09821859
5 changed files with 9 additions and 5 deletions
|
@ -11,6 +11,7 @@ TESTS_ENVIRONMENT = TEST_ROOT=$(TEST_ROOT) \
|
|||
NIX_BUILD_HOOK= \
|
||||
TOP=$(shell pwd)/.. \
|
||||
SHARED=$(extra1) \
|
||||
aterm_bin=$(aterm_bin) \
|
||||
$(SHELL) -e
|
||||
|
||||
simple.sh: simple.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue