Skip to content

Commit fde95dd

Browse files
committed
wasm-bindgen-test-runner: Updated test step to use the sandbox for regular --list.
1 parent 300de8e commit fde95dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wasm_bindgen_test_runner/__steps__/wasm_bindgen_test_runner/when_wasm_bindgen_test_runner_is_invoked_with_the_assembly_and_the_arguments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub fn when_wasm_bindgen_test_runner_is_invoked_with_the_assembly_and_the_argume
66
) {
77
let mut command = wasm_bindgen_test_runner_command();
88

9-
if arguments.starts_with("--list") {
9+
if arguments.starts_with("--list") && arguments.contains("--ignored") {
1010
command.arg(context.sandbox().original());
1111
} else {
1212
command.arg(context.sandbox_mut().assembly());

0 commit comments

Comments
 (0)