Switch to stderr for failed tests
This commit is contained in:
parent
e540aa08b4
commit
eca2b3be3d
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function print_test_successful() {
|
|||
}
|
||||
|
||||
function print_test_erroneous() {
|
||||
process.stdout.write("F");
|
||||
process.stderr.write("F");
|
||||
}
|
||||
|
||||
async function main(argv) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue