Meta/Make: allow --test='x y z' to use comma as separator, too
Junio C Hamano committed
Mar 3, 2017 at 13:58 UTC
3c5a7dd0b360e24dc106085cb7a011ab135714d2
1 file changed
+1
Make
+1
index 3ea1d24bdb..7225e01ef7 100755
--- a/Make
+++ b/Make
@@ -143,6 +143,7 @@ do
--test=*)
tests=$(
cd t &&
+ IFS="$IFS,"
for t in ${1#*=}
do
eval echo "t$t-*.sh"