rust-js / rjs

Rust JavaScript interpreter
98 stars 6 forks source link

Clear debug output before the real test starts #9

Closed pvginkel closed 9 years ago

pvginkel commented 9 years ago

For the ECMA tests, every time a script is run, the output is added to the debug output. This creates a lot of noise. Instead the debug output should be reset just before the actual test script is run.