mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-09 22:45:00 +00:00
CI/tests: Run cargo test with RUST_BACKTRACE=1
This commit is contained in:
parent
36f3507bed
commit
ccfc799b46
2 changed files with 17 additions and 1 deletions
|
@ -120,6 +120,7 @@ build () {
|
|||
|
||||
tests () {
|
||||
probe='/sdcard/tests.probe'
|
||||
export RUST_BACKTRACE=1
|
||||
command="'cd ~/coreutils && timeout --preserve-status --verbose -k 1m 60m cargo test --features feat_os_unix_android --no-fail-fast >/sdcard/tests.log 2>&1; echo \$? >$probe'"
|
||||
run_termux_command "$command" "$probe"
|
||||
return_code=$?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue