We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1234b4d commit c3c9e99Copy full SHA for c3c9e99
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8499c77cee3b745dfde576d1dbd03f292ab3c00f
+refs/heads/master: 6853e04fc40d02522a57660b043e220402d11416
trunk/mk/tests.mk
@@ -166,6 +166,10 @@ check-stage2: tidy \
166
$(TEST_RPASS_OUTS_STAGE2) $(TEST_RFAIL_OUTS_STAGE2) \
167
$(TEST_CFAIL_OUTS_STAGE2) \
168
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
173
174
check: tidy \
175
$(TEST_RPASS_EXES_STAGE2) $(TEST_RFAIL_EXES_STAGE2) \
0 commit comments