diff --git a/util/android-commands.sh b/util/android-commands.sh index ae5796243..5eae1639f 100755 --- a/util/android-commands.sh +++ b/util/android-commands.sh @@ -209,7 +209,7 @@ snapshot() { # We need to install nextest via cargo currently, since there is no pre-built binary for android x86 command="'\ export CARGO_TERM_COLOR=always; \ -cargo install cargo-nextest; \ +#cargo install cargo-nextest; \ echo \$? > $probe'" run_termux_command "$command" "$probe" return_code=$? @@ -224,7 +224,7 @@ pwd; \ command -v rustc && rustc -Vv; \ ls -la ~/.cargo/bin; \ cargo --list; \ -cargo nextest --version; \ +#cargo nextest --version; \ touch $probe'" run_termux_command "$command" "$probe" @@ -330,7 +330,8 @@ export CARGO_TERM_COLOR=always; \ export CARGO_INCREMENTAL=0; \ cd ~/coreutils; \ timeout --preserve-status --verbose -k 1m 60m \ - cargo nextest run --profile ci --hide-progress-bar --features feat_os_unix_android; \ + cargo test --features feat_os_unix_android; \ +# cargo nextest run --profile ci --hide-progress-bar --features feat_os_unix_android; \ echo \$? >$probe'" run_termux_command "$command" "$probe" || return