summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-11-17 15:36:20 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-11-17 15:36:20 +0100
commitf89fd0bde7ada12c102a6bf7a1a15cbd45aef0b2 (patch)
tree064bb8b763cbf5c4a2d0155015a9d5b5996e5025 /tests
parent3daa256728e29f9059a79b8ecaf9325e52f1704a (diff)
Remove stray debug statement
This was causing a failure on macOS. https://hydra.nixos.org/build/130354318
Diffstat (limited to 'tests')
-rw-r--r--tests/binary-cache.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh
index 6415c9302..e3b3982fe 100644
--- a/tests/binary-cache.sh
+++ b/tests/binary-cache.sh
@@ -258,9 +258,6 @@ docPath=$(nix-store -q --references $outPath)
# +---...-multi-output-doc
nix copy --to "file://$cacheDir" $outPath
-( echo $outPath $docPath
- find $cacheDir
-) >/tmp/blurb
hashpart() {
basename "$1" | cut -c1-32