From f1e391e3db06c0e1f16e592036a283fd7a2e698d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 5 Mar 2019 08:14:01 -0800 Subject: [PATCH] Attempt to debug geckodriver spurious failures on Windows --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 750cff9d..0d1e369c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,9 @@ jobs: - template: ci/azure-install-sccache.yml - script: cargo test --target wasm32-unknown-unknown displayName: "wasm-bindgen test suite" + env: + RUST_LOG: wasm_bindgen_test_runner + GECKODRIVER_ARGS: --log trace - script: cargo test --target wasm32-unknown-unknown -p js-sys displayName: "js-sys test suite" - script: cargo test --target wasm32-unknown-unknown -p webidl-tests