diff options
author | Tim Haines <thaines.astro@gmail.com> | 2021-04-27 07:15:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 07:15:37 -0500 |
commit | cad06a15e0682760a70e4eb6cf33aeeecbc4fff8 (patch) | |
tree | ffeea42922100355c1c8c2d394e13c4777e979f1 /share | |
parent | 42af3c16bf57f3666ac94829556f500519f6f29a (diff) | |
download | spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.tar.gz spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.tar.bz2 spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.tar.xz spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.zip |
Dyninst: add elfutils versioning (#19648)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/qa/run-unit-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests index 418360ac37..8384edee0c 100755 --- a/share/spack/qa/run-unit-tests +++ b/share/spack/qa/run-unit-tests @@ -37,7 +37,7 @@ bin/spack -h bin/spack help -a # Profile and print top 20 lines for a simple call to spack spec -spack -p --lines 20 spec mpileaks%gcc ^dyninst@10.2.1 ^elfutils@0.170 +spack -p --lines 20 spec mpileaks%gcc ^dyninst@10.0.0 ^elfutils@0.170 #----------------------------------------------------------- # Run unit tests with code coverage |