diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2015-10-15 11:52:08 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2015-10-15 11:52:08 -0700 |
commit | b9bf0b942c4e2770de65282311876d02d00e7f5b (patch) | |
tree | dbf71604fcf37381570ca820b0ad8157eee287ab /var | |
parent | f2b4341ad6d9dc925364214863440dde29d61b50 (diff) | |
download | spack-b9bf0b942c4e2770de65282311876d02d00e7f5b.tar.gz spack-b9bf0b942c4e2770de65282311876d02d00e7f5b.tar.bz2 spack-b9bf0b942c4e2770de65282311876d02d00e7f5b.tar.xz spack-b9bf0b942c4e2770de65282311876d02d00e7f5b.zip |
Use spec.traverse vs. recursive function.
Also even though I calculated which installs are new (e.g. vs. packages that
have already been installed by a previous command) I forgot to make use of that
in create_test_output (so I was always generating test output even if a package
had been installed before running the test-install command).
Note to avoid confusion: the 'handled' variable (removed in this commit) did not
serve the same purpose as 'newInstalls': it was originally required because the
recursive approach would visit the same dependency twice if more than one
package depended on it.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions