Skip to content

Commit 414b312

Browse files
debuginfo: Try-branch stuff...
1 parent b3c6ed5 commit 414b312

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mk/tests.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,7 @@ check-notidy: cleantmptestlogs cleantestlibs all check-stage2
179179
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
180180

181181
# A slightly smaller set of tests for smoke testing.
182-
check-lite: cleantestlibs cleantmptestlogs \
183-
$(foreach crate,$(TEST_TARGET_CRATES),check-stage2-$(crate)) \
184-
check-stage2-rpass \
185-
check-stage2-rfail check-stage2-cfail check-stage2-rmake
182+
check-lite: cleantestlibs cleantmptestlogs check-stage1-debuginfo-gdb
186183
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
187184

188185
# Only check the 'reference' tests: rpass/cfail/rfail/rmake.

0 commit comments

Comments
 (0)