Skip to content
Snippets Groups Projects
Commit ee929ee3 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: spack spec --long /${hash}

parent 1b387f9b
Branches
Tags
No related merge requests found
This commit is part of merge request !956. Comments created here will be created in the context of that merge request.
......@@ -161,7 +161,7 @@ spack find --long --no-groups \
| sed -e '1,/Installed packages/d;s/\([^@]*\).*/\1/g' \
| uniq -D -f1 | grep -v -w epic \
| tee /tmp/duplicates.txt
test -s /tmp/duplicates.txt && ( cat /tmp/duplicates.txt | while read hash spec ; do spack spec /${hash} ; done ) && exit 1
test -s /tmp/duplicates.txt && ( cat /tmp/duplicates.txt | while read hash spec ; do spack spec --long /${hash} ; done ) && exit 1
ccache --show-stats
ccache --zero-stats
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment