move wasm comment to a better place
This commit is contained in:
parent
2d925a2908
commit
889a29248b
1 changed files with 3 additions and 3 deletions
|
|
@ -75,10 +75,10 @@ cargo_test() {
|
|||
cmd="$cmd ${subcmd} --target=$TARGET $1"
|
||||
cmd="$cmd -- $2"
|
||||
|
||||
# wasm targets can't catch panics so if a test failures make sure the test
|
||||
# harness isn't trying to capture output, otherwise we won't get any useful
|
||||
# output.
|
||||
case ${TARGET} in
|
||||
# wasm targets can't catch panics so if a test failures make sure the test
|
||||
# harness isn't trying to capture output, otherwise we won't get any useful
|
||||
# output.
|
||||
wasm32*)
|
||||
cmd="$cmd --nocapture"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue