File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- if : ${{ matrix.platform == 'ubuntu-latest' }}
13
13
name : Install Linux deps
14
14
run : |
15
- sudo apt install gettext python3 man-db psmisc nano tree bsdmainutils
15
+ sudo apt install gettext man-db psmisc nano tree bsdmainutils zsh
16
16
# - if: ${{ matrix.platform == 'macos-latest' }}
17
17
# name: Install macOS deps
18
18
# run: |
19
19
# brew install coreutils pstree tree man-db
20
20
- name : Run the tests
21
21
run : |
22
- make tests
22
+ make tests-bash && make tests-zsh
Original file line number Diff line number Diff line change @@ -45,19 +45,14 @@ check-verbose: clean
45
45
./" game shell (1).sh" -Dq -c ' gsh systemconfig; for _ in $$(seq 42); do gsh auto --abort; done; gsh stat'
46
46
47
47
# # run all the test.sh and auto.sh scripts
48
- tests : clean
48
+ tests-bash : clean
49
49
./utils/archive.sh -at -N " game shell (1)"
50
- ./" game shell (1).sh" -dq -c ' gsh systemconfig; for _ in $$(seq 42); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
50
+ ./" game shell (1).sh" -Bdq -c ' gsh systemconfig; for _ in $$(seq 42); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
51
51
52
- # # run all the test.sh and auto.sh scripts, in french
53
- tests-fr : clean
54
- ./utils/archive.sh -at -N " game shell (1)"
55
- ./" game shell (1).sh" -dqL fr -c ' gsh systemconfig; for _ in $$(seq 42); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
56
-
57
- # # run all the test.sh and auto.sh scripts, in verbose mode
58
- tests-verbose : clean
52
+ # # run all the test.sh and auto.sh scripts
53
+ tests-zsh : clean
59
54
./utils/archive.sh -at -N " game shell (1)"
60
- ./" game shell (1).sh" -RDq -c ' gsh systemconfig; for _ in $$(seq 42); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
55
+ ./" game shell (1).sh" -Zdq -c ' gsh systemconfig; for _ in $$(seq 42); do gsh goal|cat; gsh test --abort; gsh auto --abort; done; gsh stat'
61
56
62
57
clean :
63
58
rm -rf i18n/* ~ locale gameshell.tgz gameshell.sh gameshell-save.sh scripts/boxes-data.awk
You can’t perform that action at this time.
0 commit comments