Skip to content

Commit

Permalink
move wasm comment to a better place
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored and Amanieu committed Nov 10, 2024
1 parent bd9c4dc commit f3f4e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down

0 comments on commit f3f4e1e

Please sign in to comment.