diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T13·49+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T13·49+0000 |
commit | 5cb6c42088347bf7ba513cdd68b20c91035c7db9 (patch) | |
tree | a4ed49dba181a486bae53991cc6243702945a103 /tests/logging.sh | |
parent | 8cd646b6af87dad97d326e5f0d7b1e9ecff17c97 (diff) |
* Test nix-build. This also tests indirect roots.
Diffstat (limited to 'tests/logging.sh')
-rw-r--r-- | tests/logging.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/logging.sh b/tests/logging.sh index 50808d264b91..80d186a754bc 100644 --- a/tests/logging.sh +++ b/tests/logging.sh @@ -1,7 +1,6 @@ source common.sh $nixstore --gc -$nixstore --clear-substitutes # Produce an escaped log file. $nixstore --log-type escapes -r -vv $($nixinstantiate dependencies.nix) 2> $TEST_ROOT/log.esc |