File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ tests-zsh: clean
5454 ./utils/archive.sh -at -N " game shell (1)"
5555 ./" game shell (1).sh" -Zdq -c ' gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
5656
57+ # # run all the test.sh and auto.sh scripts
58+ tests-lang : clean
59+ ./utils/gameshell_archive.sh -at -N " game shell (1)"
60+ ./" game shell (1).sh" -L en -Bdq -c ' gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
61+ ./" game shell (1).sh" -L fr -Bdq -c ' gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
62+ ./" game shell (1).sh" -L it -Bdq -c ' gsh systemconfig; for _ in $$(seq 50); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
63+
5764clean :
5865 rm -rf i18n/* ~ locale gameshell gameshell.tar gameshell.tgz gameshell.sh gameshell-save* .sh scripts/boxes-data.awk
5966 rm -rf .bin .config .sbin .tmp .save World
You can’t perform that action at this time.
0 commit comments