mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
simplify it
This commit is contained in:
parent
6f44d9b7af
commit
0c9c54275e
1 changed files with 1 additions and 4 deletions
|
@ -328,10 +328,7 @@ tests() {
|
|||
export RUST_BACKTRACE=1; \
|
||||
export CARGO_TERM_COLOR=always; \
|
||||
export CARGO_INCREMENTAL=0; \
|
||||
cd ~/coreutils; \
|
||||
timeout --preserve-status --verbose -k 1m 60m \
|
||||
cargo test --features feat_os_unix_android; \
|
||||
# cargo nextest run --profile ci --hide-progress-bar --features feat_os_unix_android; \
|
||||
cd ~/coreutils && cargo test --features feat_os_unix_android; \
|
||||
echo \$? >$probe'"
|
||||
run_termux_command "$command" "$probe" || return
|
||||
|
||||
|
|
Loading…
Reference in a new issue