aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-09-27 14:44:21 +0200
committerEelco Dolstra <edolstra@gmail.com>2021-09-27 14:44:21 +0200
commit9c766a40cbbd3a350a9582d0fd8201e3361a63b2 (patch)
tree346b12f059d0223d15c2f81e0a0eb2ea5094e196 /tests
parent8430a8f0866e4463a891ccce62779ea9ac0f3b38 (diff)
Fix 'error: reading a line: Input/output error' in startBuilder()
With -vvvv, the ProgressBar was polluting the stderr of the child, messing up its \2 message to the parent.
Diffstat (limited to 'tests')
-rw-r--r--tests/ca/signatures.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ca/signatures.sh b/tests/ca/signatures.sh
index 4b4e468f7..0c7d974ea 100644
--- a/tests/ca/signatures.sh
+++ b/tests/ca/signatures.sh
@@ -22,8 +22,8 @@ testOneCopy () {
rm -rf "$REMOTE_STORE_DIR"
attrPath="$1"
- nix copy --to $REMOTE_STORE "$attrPath" --file ./content-addressed.nix \
- --secret-key-files "$TEST_ROOT/sk1"
+ nix copy -vvvv --to $REMOTE_STORE "$attrPath" --file ./content-addressed.nix \
+ --secret-key-files "$TEST_ROOT/sk1" --show-trace
ensureCorrectlyCopied "$attrPath"