diff --git a/util/android-scripts/run-tests.sh b/util/android-scripts/run-tests.sh index 4866e8d42..2ed789e4a 100644 --- a/util/android-scripts/run-tests.sh +++ b/util/android-scripts/run-tests.sh @@ -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