Commented out a long list of tests to just include my arch test

This commit is contained in:
Mario Melara 2015-10-15 12:48:12 -07:00
parent d328f4c3b6
commit ccdf105759

View file

@ -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."""