diff options
| author | Daniel Shaw <t-dansha@microsoft.com> | 2017-06-26 13:48:04 -0700 |
|---|---|---|
| committer | Daniel Shaw <t-dansha@microsoft.com> | 2017-06-26 15:36:57 -0700 |
| commit | 838e8783d659456037c0e8e89dcc689e626b6816 (patch) | |
| tree | 7398f92bf58d5ace733c33f20a6b852bd0e82ea3 /toolsrc/src/commands_install.cpp | |
| parent | 0f0234eed88c800586979071e0637cfc4c2d9c8c (diff) | |
| download | vcpkg-838e8783d659456037c0e8e89dcc689e626b6816.tar.gz vcpkg-838e8783d659456037c0e8e89dcc689e626b6816.zip | |
adding tests for install plans
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index 73b3e9eab..a58432eef 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -359,7 +359,8 @@ namespace vcpkg::Commands::Install // create the plan StatusParagraphs status_db = database_load_check(paths); - std::vector<InstallPlanAction> install_plan = Dependencies::create_install_plan(paths, specs, status_db); + std::vector<InstallPlanAction> install_plan = + Dependencies::create_install_plan(Dependencies::PathsPortFile(paths), specs, status_db); Checks::check_exit(VCPKG_LINE_INFO, !install_plan.empty(), "Install plan cannot be empty"); // log the plan |
