Skip to content

Commit

Permalink
Merge pull request #5965 from cre4ture/fix/full_backtrace_android
Browse files Browse the repository at this point in the history
CI Android: set environmental variable for BACKTRACE to right value
  • Loading branch information
sylvestre authored Feb 11, 2024
2 parents e3c10bc + ce04315 commit 38a8de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/android-scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
echo "PATH: $PATH"

export PATH=$HOME/.cargo/bin:$PATH
export RUST_BACKTRACE=1
export RUST_BACKTRACE=full
export CARGO_TERM_COLOR=always
export CARGO_INCREMENTAL=0

Expand Down

0 comments on commit 38a8de8

Please sign in to comment.