Meta/Dothem: $T == --test=X must come early on Meta/Make command line
parent
d6e7d0aed7
commit
bb6d7d0b33
6
Dothem
6
Dothem
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue