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
|
import spack
|
||||||
|
|
||||||
"""Names of tests to be included in Spack's test suite"""
|
"""Names of tests to be included in Spack's test suite"""
|
||||||
test_names = ['versions',
|
"""test_names = ['architecture',
|
||||||
|
'versions',
|
||||||
'url_parse',
|
'url_parse',
|
||||||
'url_substitution',
|
'url_substitution',
|
||||||
'packages',
|
'packages',
|
||||||
|
@ -57,7 +58,8 @@
|
||||||
'optional_deps',
|
'optional_deps',
|
||||||
'make_executable',
|
'make_executable',
|
||||||
'configure_guess']
|
'configure_guess']
|
||||||
|
"""
|
||||||
|
test_names = ['architecture']
|
||||||
|
|
||||||
def list_tests():
|
def list_tests():
|
||||||
"""Return names of all tests that can be run for Spack."""
|
"""Return names of all tests that can be run for Spack."""
|
||||||
|
|
Loading…
Reference in a new issue