Skip to content

Commit 5c07fcf

Browse files
Add trace to CI
1 parent 1041547 commit 5c07fcf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ else
121121

122122
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
123123

124-
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
124+
RUST_BACKTRACE=1 cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
125125
--target "${TARGET}"
126126
fi

ci/runtest-android.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fn main() {
2727

2828
let output = Command::new("adb")
2929
.arg("shell")
30+
.arg("RUST_BACKTRACE=1")
3031
.arg(&dst)
3132
.output()
3233
.expect("failed to run: adb shell");

0 commit comments

Comments
 (0)