Unverified Commit 95c8b0f6 authored by Winter's avatar Winter Committed by GitHub
Browse files

rust: hooks: avoid fancy progress reporting by nextest (#493654)

parents 97be31fa 92a51cfb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ cargoNextestHook() {
    local flagsArray=(
        "--target" "@rustcTargetSpec@"
        "--offline"
        "--show-progress=none"
    )

    if [[ -z ${dontUseCargoParallelTests-} ]]; then