File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 0d3bd7720c50e3ada4bac77331d43926493be4fe
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 0d3bd7720c50e3ada4bac77331d43926493be4fe
5
- refs/heads/try: e72e4dfc74ca65d6b3e0d821b94a34764ab2c63d
5
+ refs/heads/try: 55c1a67fa1eb621bb8e73e0b13af2823391eb1be
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -180,8 +180,7 @@ check-notidy: cleantmptestlogs cleantestlibs all check-stage2
180
180
181
181
# A slightly smaller set of tests for smoke testing.
182
182
check-lite : cleantestlibs cleantmptestlogs \
183
- $(foreach crate,$(TEST_TARGET_CRATES ) ,check-stage2-$(crate ) ) \
184
- check-stage2-rpass \
183
+ check-stage2-rpass check-stage2-debuginfo-gdb \
185
184
check-stage2-rfail check-stage2-cfail check-stage2-rmake
186
185
$(Q )$(CFG_PYTHON ) $(S ) src/etc/check-summary.py tmp/* .log
187
186
You can’t perform that action at this time.
0 commit comments