Skip to content

Commit eca2b3b

Browse files
committed
Switch to stderr for failed tests
1 parent e540aa0 commit eca2b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustdoc-gui/tester.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function print_test_successful() {
7575
}
7676

7777
function print_test_erroneous() {
78-
process.stdout.write("F");
78+
process.stderr.write("F");
7979
}
8080

8181
async function main(argv) {

0 commit comments

Comments
 (0)