diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-02-05 12:11:50 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-02-05 12:18:11 +0100 |
commit | 0187838e2e7ff01f1b480e3e85d9e96da0b4b78e (patch) | |
tree | 3f26b4f9f0fea5ea44dba0967c40510c5cfb230e /tests/init.sh | |
parent | a487d421019bc16d83dad66b805b550cb6b70272 (diff) |
Add a trace to readLine() failures
Hopefully this helps to diagnose 'error: unexpected EOF reading a
line' on macOS.
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index 63cf895e2..1a6ccb6fe 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -21,6 +21,7 @@ experimental-features = nix-command flakes gc-reserved-space = 0 substituters = flake-registry = $TEST_ROOT/registry.json +show-trace = true include nix.conf.extra EOF |