Commit 1d25f8a
committed
Drop “Success” for TokenizerTester/TreeTester pass
This change makes TokenizerTester and TreeTester stop emitting the word
“Success” to standard error every single time a test passes.
Otherwise, without this change, in TokenizerTester/TreeTester output, we
end up with so many “Success” lines that the actual test failures are
effectively obscured (you have to scroll back through the output/log to
hunt for the failures).1 parent 04902b6 commit 1d25f8a
File tree
2 files changed
+1
-4
lines changed- test-src/nu/validator/htmlparser/test
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
| 193 | + | |
196 | 194 | | |
197 | 195 | | |
198 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
| |||
0 commit comments