spack/lib/spack
Tamara Dahlgren 3cf21e6edc bugfix: make spack -d test test_changed_files work (#13229)
The `test_changed_files` in `test/cmd/flake8.py` was failing because it calls
`ArgumentParser.parse_args()` without arguments.  Normally that would just
parse `sys.argv` but it seems to fail because of something in either `spack test`
or `pytest`.  Call it with an empty array so that it doesn't try to touch`sys.argv`
at all.

- [x] allow `-d` spack option for `test_changed_files`
2019-10-29 00:25:59 -07:00
..
docs Update URL parsing regexes and tests (#13411) 2019-10-28 20:27:54 -05:00
env Users can configure use of RPATH or RUNPATH (#9168) 2019-10-23 13:22:24 -07:00
external External: add macholib and altgraph needed to relocate Mach-o binaries on Linux (#12909) 2019-09-26 11:48:22 -05:00
llnl Improvements to detection of AMD architectures. (#13407) 2019-10-24 15:48:54 -07:00
spack bugfix: make spack -d test test_changed_files work (#13229) 2019-10-29 00:25:59 -07:00