Add a test to ensure package names have the right case. (#2562)

This commit is contained in:
Todd Gamblin
2016-12-13 01:23:40 -08:00
committed by GitHub
parent 9f71382912
commit 8496d8ff77
4 changed files with 109 additions and 5 deletions

View File

@@ -156,8 +156,8 @@ def main():
import spack.util.debug as debug
debug.register_interrupt_handler()
from spack.yaml_version_check import check_yaml_versions
check_yaml_versions()
# Run any available pre-run hooks
spack.hooks.pre_run()
spack.spack_working_dir = working_dir
if args.mock: