Skip to content

Commit e628e9d

Browse files
committed
---
yaml --- r: 4341 b: refs/heads/master c: 07950c8 h: refs/heads/master i: 4339: 5910f04 v: v3
1 parent a2b78c4 commit e628e9d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e13390a199810079a2b67891f6bb29b15bcf85c8
2+
refs/heads/master: 07950c885138bef160d0555ab5482b978f229f7f

trunk/mk/tests.mk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ tidy:
9595

9696
define TEST_STAGEN
9797

98+
# FIXME: These rules are complicated by a scheme to produce .out files
99+
# for each test, with the idea that if the targets produce actual
100+
# output, subsequent "make check's" will just exit successfully
101+
# without re-running the tests. Unfortunately this scheme is currently
102+
# broken and the tests rerun with every invocation of "make check"
103+
# anyway. Nobody seems to have noticed, so it would be simpler to just
104+
# remove all the code here involved with producing .out files.
105+
98106
check-stage$(2): tidy \
99107
check-stage$(2)-rustc \
100108
check-stage$(2)-std \

0 commit comments

Comments
 (0)