File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e13390a199810079a2b67891f6bb29b15bcf85c8
2
+ refs/heads/master: 07950c885138bef160d0555ab5482b978f229f7f
Original file line number Diff line number Diff line change 95
95
96
96
define TEST_STAGEN
97
97
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
+
98
106
check-stage$(2 ) : tidy \
99
107
check-stage$(2 ) -rustc \
100
108
check-stage$(2 ) -std \
You can’t perform that action at this time.
0 commit comments