Skip to content

Commit

Permalink
set environmental variable to right value
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Feb 10, 2024
1 parent da139c9 commit ce04315
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 ce04315

Please sign in to comment.