tests: add recurse_deps_internal helper
commit8fed5b66ff73b05c9ed1fb1dc7c8ce9349f238b2
authorKyle J. McKay <mackyle@gmail.com>
Sat, 11 Mar 2017 18:56:35 +0000 (11 10:56 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 11 Mar 2017 18:56:35 +0000 (11 10:56 -0800)
tree022e34067d198e511250800aaa2f1b5b7b95fe49
parentc5e55bb359a436cd9161791f32801166504bb53b
tests: add recurse_deps_internal helper

Sometimes when diagnosing issues there's just no substitute for looking
at the output of the recurse_deps_internal function.

Therefore provide a helper that can easily show it thus making it
readily available for tests and diagnostic work.

And this version even allows the function to be run without using
the cache (horribly slow) in case that's needed to diagnose whether
or not the issue might actually be in the caching side of things.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/helper/.gitignore
t/helper/recurse_deps_internal.sh [new file with mode: 0644]