about summary refs log tree commit diff
path: root/tests/init.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-06-18T18·09+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-06-18T18·09+0000
commit41ec982f3132c32991a48a82735a036f844e7299 (patch)
tree9606ec3c8e90de2e60edd44acd12d761bf3e3d1c /tests/init.sh
parent3454c685eec2aebe6f61f7deebc40162bab22e69 (diff)
* Big refactoring. Move to a much more explicitly state machine based
  approach.  This makes it much easier to add extra complexity in the
  normaliser / realiser (e.g., build hooks, substitutes).

Diffstat (limited to 'tests/init.sh')
-rw-r--r--tests/init.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh
index 87ab59f964..627cdae175 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -1,3 +1,5 @@
+echo "NIX_STORE_DIR=$NIX_STORE_DIR NIX_DB_DIR=$NIX_DB_DIR"
+
 test -n "$TEST_ROOT"
 if test -d "$TEST_ROOT"; then
     chmod -R u+w "$TEST_ROOT"