When results_dir=subdir most output and artifacts are stored under the
results directory. Move the mock results dir from results_$pkgname to
avoid an extra, unnecessary top-level directory.
I was testing results_dir=subdir and found that having both results and results_$pkgname was a bit odd. I'm not sold on mock_$pkgname as the directory. I just think the mock results dir should be under the results dir when subdir is set.
I also looked briefly at whether this could/should be done in layouts, but I don't think it fits well there -- which I imagine is partly why mock_results_dir is not already defined in a layout.
I was testing
results_dir=subdirand found that having bothresultsandresults_$pkgnamewas a bit odd. I'm not sold onmock_$pkgnameas the directory. I just think the mock results dir should be under theresultsdir whensubdiris set.I also looked briefly at whether this could/should be done in layouts, but I don't think it fits well there -- which I imagine is partly why
mock_results_diris not already defined in a layout.