Skip to content

Commit

Permalink
wasm-bindgen-test-runner: Updated test step to use the sandbox for re…
Browse files Browse the repository at this point in the history
…gular --list.
  • Loading branch information
spigaz committed Apr 27, 2024
1 parent ceec592 commit d4c6a32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ pub fn when_wasm_bindgen_test_runner_is_invoked_with_the_assembly_and_the_argume
) {
let mut command = wasm_bindgen_test_runner_command();

if arguments.starts_with("--list") {
if arguments.starts_with("--list") && arguments.contains("--ignored") {
command.arg(context.sandbox().original());
} else {
command.arg(context.sandbox_mut().assembly());
Expand Down

0 comments on commit d4c6a32

Please sign in to comment.