]> arthur.barton.de Git - bup.git/commit
runtests: Apparently $(wildcard) in make doesn't always sort its output. bup-0.22
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 1 Feb 2011 10:04:53 +0000 (02:04 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 1 Feb 2011 10:04:53 +0000 (02:04 -0800)
commit1eb67d0839525540b3e41b400865b8f36d3c5d31
tree03273d8f454bc81c54c93fda1402b951212b94fe
parent4fca320aa4b32417f71ebb92ab6e0211f96fc516
runtests: Apparently $(wildcard) in make doesn't always sort its output.

This meant that on Solaris, tests would be run in a different order, so that
BUP_MAIN_EXTRA (set in tclient.py) wouldn't be set the same as on Linux.

In this case, we know the wildcard will always match something anyway, so we
might as well just let the shell expand it out rather than asking make to do
it.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Makefile