Commented out a long list of tests to just include my arch test
This commit is contained in:
parent
d328f4c3b6
commit
ccdf105759
1 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
import spack
|
||||
|
||||
"""Names of tests to be included in Spack's test suite"""
|
||||
test_names = ['versions',
|
||||
"""test_names = ['architecture',
|
||||
'versions',
|
||||
'url_parse',
|
||||
'url_substitution',
|
||||
'packages',
|
||||
|
@ -57,7 +58,8 @@
|
|||
'optional_deps',
|
||||
'make_executable',
|
||||
'configure_guess']
|
||||
|
||||
"""
|
||||
test_names = ['architecture']
|
||||
|
||||
def list_tests():
|
||||
"""Return names of all tests that can be run for Spack."""
|
||||
|
|
Loading…
Reference in a new issue