Add test cases for mirroring.

This commit is contained in:
Todd Gamblin
2014-10-15 21:07:41 -04:00
parent 8e3c2d8a26
commit 6fdfd83e6b
10 changed files with 281 additions and 121 deletions

View File

@@ -96,7 +96,7 @@ if args.mock:
# If the user asked for it, don't check ssl certs.
if args.insecure:
tty.warn("You asked for --insecure, which does not check SSL certificates.")
tty.warn("You asked for --insecure, which does not check SSL certificates or checksums.")
spack.curl.add_default_arg('-k')
# Try to load the particular command asked for and run it