diff options
author | Mario Melara <maamelara@gmail.com> | 2015-10-15 12:48:12 -0700 |
---|---|---|
committer | Mario Melara <maamelara@gmail.com> | 2015-10-15 12:48:12 -0700 |
commit | ccdf1057592b48e13ba3b98df9972324e91d0be8 (patch) | |
tree | 4d48d91dba08e6fffaa13e52b3700ae0b6d276b2 /lib | |
parent | d328f4c3b631e59ed14f52cf38f3d05774100c15 (diff) | |
download | spack-ccdf1057592b48e13ba3b98df9972324e91d0be8.tar.gz spack-ccdf1057592b48e13ba3b98df9972324e91d0be8.tar.bz2 spack-ccdf1057592b48e13ba3b98df9972324e91d0be8.tar.xz spack-ccdf1057592b48e13ba3b98df9972324e91d0be8.zip |
Commented out a long list of tests to just include my arch test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/__init__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/spack/spack/test/__init__.py b/lib/spack/spack/test/__init__.py index 6b3715be6f..ed51fac33a 100644 --- a/lib/spack/spack/test/__init__.py +++ b/lib/spack/spack/test/__init__.py @@ -31,7 +31,8 @@ from llnl.util.tty.colify import colify 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 @@ test_names = ['versions', 'optional_deps', 'make_executable', 'configure_guess'] - +""" +test_names = ['architecture'] def list_tests(): """Return names of all tests that can be run for Spack.""" |