Commit 3823e702 authored by Ben Hearsum's avatar Ben Hearsum
Browse files

Bug 1940974: update verify should fail when the updater fails to download...

Bug 1940974: update verify should fail when the updater fails to download r=releng-reviewers,gabriel, a=dmeehan DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D236885
parent 2292a1e8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -203,7 +203,10 @@ do
        esac

        rm -rf updater/*
        cached_download "${updater_package_filename}" "${updater_package_url}"
        if ! cached_download "${updater_package_filename}" "${updater_package_url}"; then
          echo "TEST-UNEXPECTED-FAIL: [$release $locale $patch_type] couldn't download updater package"
          continue
        fi
        unpack_build "$updater_platform" updater "$updater_package_filename" "$locale" "$product"

        # Even on Windows, we want Unix-style paths for the updater, because of MSYS.