diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-10-15 21:07:41 -0400 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-10-15 21:07:41 -0400 |
commit | 6fdfd83e6b0f776bf79d9de0af82bcfc311072f9 (patch) | |
tree | 1294b4ec6e264ddd615a0a46ad1d711e9fc7ebac /bin | |
parent | 8e3c2d8a26ea1515479e369c2fe9594ac8ed8ed1 (diff) | |
download | spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.tar.gz spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.tar.bz2 spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.tar.xz spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.zip |
Add test cases for mirroring.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |