Don't duplicate spack test in spack help (#2837)
This commit is contained in:
parent
aa3cc0ea81
commit
6eed279fce
@ -39,10 +39,10 @@
|
|||||||
#
|
#
|
||||||
# Settings for commands that modify configuration
|
# Settings for commands that modify configuration
|
||||||
#
|
#
|
||||||
# Commands that modify confguration By default modify the *highest*
|
# Commands that modify configuration by default modify the *highest*
|
||||||
# priority scope.
|
# priority scope.
|
||||||
default_modify_scope = spack.config.highest_precedence_scope().name
|
default_modify_scope = spack.config.highest_precedence_scope().name
|
||||||
# Commands that list confguration list *all* scopes by default.
|
# Commands that list configuration list *all* scopes by default.
|
||||||
default_list_scope = None
|
default_list_scope = None
|
||||||
|
|
||||||
# cmd has a submodule called "list" so preserve the python list module
|
# cmd has a submodule called "list" so preserve the python list module
|
||||||
@ -61,7 +61,6 @@
|
|||||||
if file.endswith(".py") and not re.search(ignore_files, file):
|
if file.endswith(".py") and not re.search(ignore_files, file):
|
||||||
cmd = re.sub(r'.py$', '', file)
|
cmd = re.sub(r'.py$', '', file)
|
||||||
commands.append(cmd)
|
commands.append(cmd)
|
||||||
commands.append('test')
|
|
||||||
commands.sort()
|
commands.sort()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user