Skip to content

Commit d32db97

Browse files
committed
Meta/Dothem: make --memtrash configurable
1 parent 8ecb1c0 commit d32db97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dothem

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inst_prefix=$(
1717
)
1818

1919
force= with_dash= test_long= M= install= nodoc= notest= bootstrap= branches= jobs=
20-
scratch= noprove=
20+
scratch= noprove= memtrash=--memtrash
2121
while case "$1" in
2222
--pedantic | --locale=* | --loose) M="$M $1" ;;
2323
--force) force=$1 ;;
@@ -26,6 +26,8 @@ while case "$1" in
2626
--noinstall) install=noinstall ;;
2727
--nodoc) nodoc=y ;;
2828
--notest) notest=y ;;
29+
--nomemtrash) memtrash= ;;
30+
--memtrash) memtrash=--memtrash ;;
2931
--test=*) test="$1" ;;
3032
--scratch) scratch=y ;;
3133
--bootstrap) bootstrap=y ;;
@@ -196,7 +198,7 @@ do
196198

197199
save=$(git rev-parse HEAD) &&
198200

199-
Meta/Make $M $noprove ${test+"$test"} $jobs $test_long --memtrash \
201+
Meta/Make $M $noprove ${test+"$test"} $jobs $test_long $memtrash \
200202
-- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest &&
201203

202204
{

0 commit comments

Comments
 (0)