Don't put results symlinks in the tests directory
This commit is contained in:
parent
1f7901ec3b
commit
d4c3b6327f
12 changed files with 25 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ clearStore
|
|||
|
||||
# Produce an escaped log file.
|
||||
set -x
|
||||
nix-build --log-type escapes -vv dependencies.nix 2> $TEST_ROOT/log.esc
|
||||
nix-build --log-type escapes -vv dependencies.nix --no-out-link 2> $TEST_ROOT/log.esc
|
||||
|
||||
# Convert it to an XML representation.
|
||||
nix-log2xml < $TEST_ROOT/log.esc > $TEST_ROOT/log.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue