File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
- refs/heads/try: a3b83c6224498875d7bacf8f3ad553abe0ecc196
5
+ refs/heads/try: 17a5d0f3a0a76e172777456cc0f5ed8318149e33
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
Original file line number Diff line number Diff line change @@ -93,22 +93,22 @@ cleantestlibs:
93
93
| xargs rm -rf
94
94
95
95
check : cleantestlibs cleantmptestlogs tidy all check-stage2
96
- $(Q )$(S ) src/etc/check-summary.py tmp/* .log
96
+ $(Q )$(CFG_PYTHON ) $( S ) src/etc/check-summary.py tmp/* .log
97
97
98
98
check-notidy : cleantestlibs cleantmptestlogs all check-stage2
99
- $(Q )$(S ) src/etc/check-summary.py tmp/* .log
99
+ $(Q )$(CFG_PYTHON ) $( S ) src/etc/check-summary.py tmp/* .log
100
100
101
101
check-full : cleantestlibs cleantmptestlogs tidy \
102
102
all check-stage1 check-stage2 check-stage3
103
- $(Q)$(S)src/etc/check-summary.py tmp/*.log
103
+ $(Q)$(CFG_PYTHON) $( S)src/etc/check-summary.py tmp/*.log
104
104
105
105
check-test : cleantestlibs cleantmptestlogs all check-stage2-rfail
106
- $(Q )$(S ) src/etc/check-summary.py tmp/* .log
106
+ $(Q )$(CFG_PYTHON ) $( S ) src/etc/check-summary.py tmp/* .log
107
107
108
108
check-lite : cleantestlibs cleantmptestlogs rustc-stage2 \
109
109
check-stage2-core check-stage2-std check-stage2-rpass \
110
110
check-stage2-rfail check-stage2-cfail
111
- $(Q )$(S ) src/etc/check-summary.py tmp/* .log
111
+ $(Q )$(CFG_PYTHON ) $( S ) src/etc/check-summary.py tmp/* .log
112
112
113
113
# Run the tidy script in multiple parts to avoid huge 'echo' commands
114
114
ifdef CFG_NOTIDY
You can’t perform that action at this time.
0 commit comments