diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-01-22 11:10:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 11:10:27 -0800 |
| commit | 925b64efd2210e04568dfd5a33473e86a6d618a9 (patch) | |
| tree | c93f154e4c4086ffebee52831e8b74ea77e76a58 /toolsrc/src/vcpkg-test | |
| parent | f0997d3f85ec2aebd93985882164c77c90f361fb (diff) | |
| download | vcpkg-925b64efd2210e04568dfd5a33473e86a6d618a9.tar.gz vcpkg-925b64efd2210e04568dfd5a33473e86a6d618a9.zip | |
Restore x-upload-metrics command accidentally disabled by removing VCPKG_DISABLE_METRICS (#15810)
* Restore x-upload-metrics command accidentally disabled by removing VCPKG_DISABLE_METRICS in https://github.com/microsoft/vcpkg/pull/15470
* Didn't save a file.
Diffstat (limited to 'toolsrc/src/vcpkg-test')
| -rw-r--r-- | toolsrc/src/vcpkg-test/commands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg-test/commands.cpp b/toolsrc/src/vcpkg-test/commands.cpp index e417505ad..1a582beb3 100644 --- a/toolsrc/src/vcpkg-test/commands.cpp +++ b/toolsrc/src/vcpkg-test/commands.cpp @@ -32,9 +32,9 @@ TEST_CASE ("get_available_basic_commands works", "[commands]") check_all_commands(Commands::get_available_basic_commands(), { "contact", "version", -#if VCPKG_ENABLE_X_UPLOAD_METRICS_COMMAND +#if defined(_WIN32) "x-upload-metrics", -#endif // VCPKG_ENABLE_X_UPLOAD_METRICS_COMMAND +#endif // defined(_WIN32) }); } |
