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

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

parent 5a0488e1
No related branches found
No related tags found
No related merge requests found
......@@ -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