We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1041547 commit 5c07fcfCopy full SHA for 5c07fcf
ci/run.sh
@@ -121,6 +121,6 @@ else
121
122
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
123
124
- cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
+ RUST_BACKTRACE=1 cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
125
--target "${TARGET}"
126
fi
ci/runtest-android.rs
@@ -27,6 +27,7 @@ fn main() {
27
28
let output = Command::new("adb")
29
.arg("shell")
30
+ .arg("RUST_BACKTRACE=1")
31
.arg(&dst)
32
.output()
33
.expect("failed to run: adb shell");
0 commit comments