From 8cd646b6af87dad97d326e5f0d7b1e9ecff17c97 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Mar 2006 13:33:12 +0000 Subject: [PATCH] * Clear the substitutes prior to running the test. --- tests/logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/logging.sh b/tests/logging.sh index 096c743fd1..50808d264b 100644 --- a/tests/logging.sh +++ b/tests/logging.sh @@ -1,7 +1,7 @@ source common.sh -rm -f $NIX_STATE_DIR/var/nix/ $nixstore --gc +$nixstore --clear-substitutes # Produce an escaped log file. $nixstore --log-type escapes -r -vv $($nixinstantiate dependencies.nix) 2> $TEST_ROOT/log.esc