Skip to content

Commit

Permalink
Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddle
Browse files Browse the repository at this point in the history
Ensure that test fail if a JS error occurs

Fixes #96902.

r? ``@notriddle``
  • Loading branch information
JohnTitor authored May 14, 2022
2 parents e6fc0c4 + 5ec5a76 commit ec14d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
2 changes: 1 addition & 1 deletion src/tools/rustdoc-gui/tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function main(argv) {
try {
// This is more convenient that setting fields one by one.
let args = [
"--variable", "DOC_PATH", opts["doc_folder"],
"--variable", "DOC_PATH", opts["doc_folder"], "--enable-fail-on-js-error",
];
if (opts["debug"]) {
debug = true;
Expand Down

0 comments on commit ec14d94

Please sign in to comment.