Skip to content

Commit

Permalink
more verbose bt
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed May 22, 2024
1 parent fc0c0be commit 20dffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eux

target="${1:-}"

export RUST_BACKTRACE="${RUST_BACKTRACE:-1}"
export RUST_BACKTRACE="${RUST_BACKTRACE:-full}"

if [ -z "$target" ]; then
host_target=$(rustc -vV | awk '/^host/ { print $2 }')
Expand Down

0 comments on commit 20dffe0

Please sign in to comment.