diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-29 23:45:47 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-30 08:09:09 -0800 |
| commit | d38d4a75408e0e9d0820187b16da2e06ce0ee316 (patch) | |
| tree | 87283ec20faca18853b77de41f3825119899ee9c /toolsrc/src/vcpkg.cpp | |
| parent | 6c5f52daf3cf1c3d7c0f8430f62436bf1d298b1b (diff) | |
| download | vcpkg-d38d4a75408e0e9d0820187b16da2e06ce0ee316.tar.gz vcpkg-d38d4a75408e0e9d0820187b16da2e06ce0ee316.zip | |
[vcpkg] Add --x-xunit internal command to print installation results in a VSTS friendly format.
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index 5642f937c..04d44c414 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -255,7 +255,7 @@ int main(const int argc, const char* const* const argv) { if (argc == 0) std::abort(); - *GlobalState::timer.lock() = Chrono::ElapsedTime::create_started(); + *GlobalState::timer.lock() = Chrono::ElapsedTimer::create_started(); #if defined(_WIN32) GlobalState::g_init_console_cp = GetConsoleCP(); |
