Meta/Dothem: $T == --test=X must come early on Meta/Make command line

todo
Junio C Hamano 2026-08-13 12:30:02 -07:00
parent d6e7d0aed7
commit bb6d7d0b33
1 changed files with 3 additions and 3 deletions

6
Dothem
View File

@ -336,7 +336,7 @@ do
section breaking
did_test=did_test
Meta/Make >/dev/null distclean &&
Meta/Make $jobs WITH_BREAKING_CHANGES=YesPlease $T test &&
Meta/Make $jobs $T WITH_BREAKING_CHANGES=YesPlease test &&
Meta/Make >/dev/null distclean
fi &&

@ -344,8 +344,8 @@ do
then
section test
Meta/Make $M $noprove ${test+"$test"} $jobs $test_long \
$memtrash \
-- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $T $dotest
$memtrash $T \
-- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest
fi &&

# docs