File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ inst_prefix=$(
1717)
1818
1919force= with_dash= test_long= M= install= nodoc= notest= bootstrap= branches= jobs=
20- scratch= noprove=
20+ scratch= noprove= memtrash=--memtrash
2121while 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 ;;
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 {
You can’t perform that action at this time.
0 commit comments