diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-09-14 08:14:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-14 08:14:41 -0700 |
| commit | aa72ecc6a4ef205526c5e435a54e18ec042fe260 (patch) | |
| tree | 53646831906db2ac7df59eec47deaa1431309234 /toolsrc/src/commands_install.cpp | |
| parent | be27ae05f081997556b3273ba23c6e574d469854 (diff) | |
| download | vcpkg-aa72ecc6a4ef205526c5e435a54e18ec042fe260.tar.gz vcpkg-aa72ecc6a4ef205526c5e435a54e18ec042fe260.zip | |
[vcpkg] hotfix for ci/install merge
Disables accidental testing statement that was left in during the commit.
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index d4cb94775..b530a394c 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -462,7 +462,7 @@ namespace vcpkg::Commands::Install if (counter > 2) { - break; + // break; } const std::string display_name = action.spec().to_string(); |
