Skip to content

Commit 6853e04

Browse files
committed
Temporarily introduce a stage2-check build target
The tinderbox snapshotting scripts seem to be looking for a stage2-check target when they should be using check-stage2. Since Graydon is out of the office, I'm making this change to see if the snapshot will go through.
1 parent 8499c77 commit 6853e04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mk/tests.mk

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ check-stage2: tidy \
166166
$(TEST_RPASS_OUTS_STAGE2) $(TEST_RFAIL_OUTS_STAGE2) \
167167
$(TEST_CFAIL_OUTS_STAGE2) \
168168

169+
# FIXME: This duplicate rule is only here until the tinderbox scripts
170+
# are fixed to use the check-stage2 rule
171+
stage2-check: tidy \
172+
check-stage2
169173

170174
check: tidy \
171175
$(TEST_RPASS_EXES_STAGE2) $(TEST_RFAIL_EXES_STAGE2) \

0 commit comments

Comments
 (0)