
Fixes #11678
`spack compiler find` was not searching `PATH` when provided with no
arguments. ea7910a
updated the API for the search function and the
command logic did not update how it called this function. This also
adds a test to ensure that `spack compiler find` will collect
compilers from `PATH`.