* Clear the substitutes prior to running the test.
This commit is contained in:
parent
e48bd8c8b5
commit
8cd646b6af
|
@ -1,7 +1,7 @@
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
rm -f $NIX_STATE_DIR/var/nix/
|
|
||||||
$nixstore --gc
|
$nixstore --gc
|
||||||
|
$nixstore --clear-substitutes
|
||||||
|
|
||||||
# Produce an escaped log file.
|
# Produce an escaped log file.
|
||||||
$nixstore --log-type escapes -r -vv $($nixinstantiate dependencies.nix) 2> $TEST_ROOT/log.esc
|
$nixstore --log-type escapes -r -vv $($nixinstantiate dependencies.nix) 2> $TEST_ROOT/log.esc
|
||||||
|
|
Loading…
Reference in a new issue