Skip to content

Commit

Permalink
Disable self-update tests for MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Aug 13, 2016
1 parent 8a28161 commit 730e0a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
environment:
matrix:
- TARGET: i686-pc-windows-msvc
BUILD_MSI: 1
- TARGET: i686-pc-windows-gnu
MINGW_URL: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-win32/dwarf/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z/download
MINGW_ARCHIVE: i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
Expand All @@ -8,8 +10,6 @@ environment:
MSYS_BITS: 64
- TARGET: i686-pc-windows-msvc
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
BUILD_MSI: 1
access_token:
secure: q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
branches:
Expand Down
4 changes: 4 additions & 0 deletions tests/cli-self-upd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
//! Testing self install, uninstall and update
// Disable these tests for MSI-based installation.
// The `self update` and `self uninstall` commands just call `msiexec`.
#![cfg(not(feature = "msi-installed"))]

extern crate rustup_mock;
extern crate rustup_utils;
#[macro_use]
Expand Down

0 comments on commit 730e0a0

Please sign in to comment.